On Fri, Jun 11, 2010 at 2:53 PM, rahul jain <[email protected]> wrote: > Yes they are in the same directory. How to use __initial__.py ? >
It's called __init__.py. It must exist in any python module (directory), and need not contain anything. You were linked to this earlier in the thread, I suggest you read it! http://docs.python.org/tutorial/modules.html HTH -- 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.

