Or maybe I should use separate projects for docs.slownik.pl and www.slownik.pl. The problem is that they share a lot of data so I'd need to have three DB's: - models specific to docs.slownik.pl - models specific to www.slownik.pl - models shared between those two projects
The first two are done naturally in django. I just set up two projects and create DB's for them. But I'm not sure what to do to share some models between projects. Simples case are accounts which should be shared. Other are Books, Entries etc.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.