On Tue, Jun 15, 2010 at 3:54 PM, Sithembewena Lloyd Dube
<zebr...@gmail.com>wrote:

> @Venkatraman, wouldn't urls.py need views.py to map to?
>


Depends on how you have structured your app and what is the functionality of
your app.
Refer to http://www.djangobook.com/en/2.0/chapter11/ how you can simply
avoid views.py and run your app from views.py.

If i am right, django-basic-apps has this blog module which doesnt have
views.py and the urls.py is pretty nifty to take care of ALL the processing.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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