Tuesday, May 3, 2011

Re: What is Module and where to use them wisely

On Tue, May 3, 2011 at 10:17 AM, doniyor <doniyor.v.j@googlemail.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment