On Fri, 04 Jul 2008 12:22:33 +0200, Alex Rades <[EMAIL PROTECTED]> wrote:

> So for now there is only this models_app which should contain the  
> models. When I try to run syncdb, models under models/ are not imported.  
> Is there any magic to do into models_app/models/__init__.py ?

There is no magic in the models. You just need to make sure you added  
models_app
to your INSTALLED_APPS directive in the settings.py.
syncdb only install models from installed apps.

Regards
   adi

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to