On Tue, May 3, 2011 at 10:17 AM, doniyor <[email protected]> wrote: > Hey guys, > > i have got a simple but sometimes confusing issue: > > what is module and can i use it both in global urls.py and in local > urls.py ? i wonder, which one is a wise way ? > > thanks much, > > doni >
Your question makes no sense. A module is a python file - eg urls.py is a python module named 'urls'. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

