> other projects could use this table?
yes
> is possible to do this with different projects and different versions of Django
yes
> be better to use a database with 100 tables and each project becomes
applications?
depends
good luck
On Wed, Dec 3, 2014 at 5:40 PM, carlos <crocha09.09@gmail.com> wrote:
--Hello, I need help regarding an ideaI need to do several projects in django say than 3project but one of them will have the table users profileUser's other projects could use this table?another idea would be the same db for all projects? but this is optimal or not?example:(Project A): has 30 tables including user profile table (made with Django1.5)(Project B) have 45 tables, this should relate to the profile tableProject A (made with Django1.6)(proyectoC) has 25 tables and also should use the table A project profileto log on and use this table (made with Django1.7)example 2:projectA--app1Profile class (models ...):fk (User)fields1 = charfield ()...projectBfrom proyectoA.app1.models import ProfilePoll class (models):fk (Profile)other field ...proyectoCfrom proyectoA.app1.models Profileclass Farms (models):fk (Profile)other field ...is possible to do this with different projects and different versions of Djangobe optimal?orbe better to use a database with 100 tables and each project becomesapplications?suggest I do?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO0jBzmLzNjaf%2B9TH1xYPxx5pwCmpqunGV9h8Wpor9p8iw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tKQJMw_Cp88%2Bx4XJ%3DMUtVbm_UDDoMj3YJ483TDES5YLKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment