Hi,

I have two Django Projects that have different use cases. There are reached 
using different domains. They are hosted in two different servers. Also 
each Django project has it's own database.

Now, both the projects have some models and some business logic common 
between them. I don't want to duplicate the code and data which shall be 
chaotic going forward. Also, I want the models and code (business logic) to 
be in sync (when models/code is altered).

Can anyone guide me towards a pattern that can help me attain the required 
architecture: 2 separate projects with common models and business logic.

Thanks in advance.

/andy

P.S. This is my first post. So pardon me for breaking any forum etiquette.

-- 
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+unsubscr...@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/ae6f4561-bd32-463b-820e-d66c68412575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to