python - Django index page shows ViewDoesNotExist at / Could not import mysite.views.home. Parent module mysite.views does not exist -


i new django.. when working before 2 days..it working properly.. django index page shows ..

viewdoesnotexist @ /

could not import mysite.views.home. parent module mysite.views not exist. url.py contain

 url(r'^$', 'mysite.views.home', name='home'), 

please me. did mistake??

seems mistake in views.py. add home view code?


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -