Re: Multiple Django projects using the same database

2019-04-14 Thread sanjeev bhagat
Apr 12 Hi, i am working on the same... Sanju -- 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,

Re: Multiple Django projects using the same database

2019-04-12 Thread Hammi
Hi, other then the secret key, what should the two projects share ? i need to do this .. On Monday, March 30, 2015 at 4:25:41 AM UTC+1, Russell Keith-Magee wrote: > > > On Mon, Mar 30, 2015 at 10:20 AM, Ien C. > > wrote: > >> Thanks Russ! >> >> Good point about the validation logic. Will defini

Re: Multiple Django projects using the same database

2015-03-30 Thread Ien C.
All makes sense, thanks again! --Ien On Sunday, March 29, 2015 at 11:25:41 PM UTC-4, Russell Keith-Magee wrote: > > > On Mon, Mar 30, 2015 at 10:20 AM, Ien C. > > wrote: > >> Thanks Russ! >> >> Good point about the validation logic. Will definitely keep that in mind. >> And yes, my basic approac

Re: Multiple Django projects using the same database

2015-03-29 Thread Russell Keith-Magee
On Mon, Mar 30, 2015 at 10:20 AM, Ien C. wrote: > Thanks Russ! > > Good point about the validation logic. Will definitely keep that in mind. > And yes, my basic approach here is the same code base working on different > subsets of data by default, with the ability for data to be optionally > "see

Re: Multiple Django projects using the same database

2015-03-29 Thread Ien C.
Thanks Russ! Good point about the validation logic. Will definitely keep that in mind. And yes, my basic approach here is the same code base working on different subsets of data by default, with the ability for data to be optionally "seen" by both sites as needed. One more question: there's n

Re: Multiple Django projects using the same database

2015-03-29 Thread Russell Keith-Magee
On Mon, Mar 30, 2015 at 12:14 AM, Ien C. wrote: > Hi everyone, > > I'm hoping to confirm my understanding on how to deploy multiple Django > websites using the same database, using postgres and gunicorn/nginx. > > Doing this seems to me as simple as: > 1. Creating a copy of the Django project in