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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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