Hello, the common is a directory with an django app.

Ivo Marcelo Leonardi Zaniolo
+55 71 9302 3400
imarcel...@gmail.com
www.informatizzare.com.br
imarcelolz.blogspot.com.br
Em 06/08/2012 09:02, "Xavier Ordoquy" <xordo...@linovia.com> escreveu:

> Hi,
>
> Le 6 août 2012 à 13:53, Ivo Marcelo Leonardi Zaniolo <imarcel...@gmail.com>
> a écrit :
>
> I'm having problems share models between 3 different apps.
> The models that I share the common app.
>
> example:
> project /
> common / models.py
> app1/models.py -> import from common.models
> app2/models.py -> import from common.models
>
> If I configure the application and only the most common one
> app, I have no problems "INSTALLED_APPS (" common "," app1 ")."
> Have to add the two applications that reference the application
> common settings on my second application does not encounter
> models defined in "common".
> I've tried changing the order of configuration INSTALLED_APPS
> But it still fails.
>
> Thanks for the help
>
>
> Do you have a common directory or common.py in the app2 directory ?
>
> Regards,
> Xavier Ordoquy,
> Linovia.
>
>  --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to