Monday, September 22, 2014

Re: Best approach for using one or more tables of the same database in two different projects

If you are going to use separate tables in the same database, you will likely need separate models in django. You could however share methods and fields between the similar models using "abstract" models.

https://docs.djangoproject.com/en/dev/topics/db/models/#abstract-base-classes

--
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/a19f5807-e863-4594-a2fc-1dcb4c736fe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment