Python Project
Python Project
Python II
Semester
Assignment 5
a) Execute
‘django-admin.py startproject helloworld’ to start your project, and then
‘cd helloworld; python ./manage.py startapp hello’ to start your app. (2
marks).
# (r'helloworld/', include('helloworld.foo.urls')),
# (r'^$', 'hello.views.index'),