This is mostly a cosmetic question, and I could be completely wrong because 
I'm fairly new to Django, or it could be that there is a perfectly logical 
explanation for this, but here goes:

It seems the code required to import views in urls.py and models in 
views.py is inconsistent (and in the case of urls.py perhaps redudant). 

To import views in urls.py I have to use

from <appname> import views

...while in views.py I can simply write

from models import *

Why do I need to reference the appname in urls.py but not in views.py? Or 
is there a reason for this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/03eb4740-6503-4757-ae09-9183ac2b8502%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to