I'm new to Django and recently got my very first environment set up
(Python 2.7, Django 1.3, with Postgres 9.1.3 and virtualenv)...

I set up everything for "Admin," (first time setup),got the LogIn
Page. But when I logged in, instead of going to the admin screen, I
got a message saying:

TemplateSyntaxError at /admin/
Caught ViewDoesNotExist while rendering. Could not import views. Error
was: No module named views.

I noticed I also get something similar after I uncommented the django-
supplied index page (in urls.py) (which I have also never
resolved...seems they may be connected?):

ViewDoesNotExist at / Could not import hgb_project.views. Error was:
No module named views

Would appreciate any help anyone has to offer...

Thanks,
cat

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to