Re: Django magic removeral still support models in multiple files?

2006-05-31 Thread favo
completed. see the post: http://groups.google.com/group/django-developers/browse_thread/thread/f6e773019512b794/485accada6989f0c --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Django magic removeral still support models in multiple files?

2006-05-31 Thread favo
I put code in directory structure below, appsname\ models\ __init__.py model1.py # have a class named Model1 __init__.py : __all__ = ['model1'] from Model1 import model1 I have see the code in django.db.model.ModelBase.__new

Django magic removeral still support models in multiple files?

2006-05-31 Thread favo
I have check the document about Model, but can't find any help about models in multiple files. Django magic removeral still support models in multiple files? only we can do is write models in models.py?? --~--~-~--~~~---~--~~ You received this message becaus