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: Single Sign On (SSO) across multiple django projects

2019-01-16 Thread Dennis Sepeur
was researching for a while and came across django-oauth-toolkit, >> django-simple-sso, django-mama-cas and python-saml. >> As I see it, >> - OAuth2 is the standard nowadays for authorization via API. But doesn't >> seem to be the right solution for SSO across multiple

Re: Single Sign On (SSO) across multiple django projects

2019-01-16 Thread Ruben Alves
e standard nowadays for authorization via API. But doesn't > seem to be the right solution for SSO across multiple django projects (or > apps. We haven't decided yet, if projects or apps) > - CAS seems to lose traction in in the market and I do not want to bet on > a

Re: Single Sign On (SSO) across multiple django projects

2019-01-15 Thread Manas Nikam
cross django-oauth-toolkit, > django-simple-sso, django-mama-cas and python-saml. > As I see it, > - OAuth2 is the standard nowadays for authorization via API. But doesn't > seem to be the right solution for SSO across multiple django projects (or > apps. We haven't decided yet, if

Single Sign On (SSO) across multiple django projects

2019-01-15 Thread Dennis Sepeur
s the standard nowadays for authorization via API. But doesn't seem to be the right solution for SSO across multiple django projects (or apps. We haven't decided yet, if projects or apps) - CAS seems to lose traction in in the market and I do not want to bet on a dying horse, but it kinda seems

Re: One domain doesn't work for multiple django projects in one DigitalOcean droplet

2018-02-09 Thread Etienne Robillard
Um, i think it would be much easier to deploy if you use one droplet per project. Etienne Le 2018-02-08 à 16:48, Shaojun Xie a écrit : | BioTLDR ## #Listen 80 WSGISocketPrefix /mnt/volume-nyc1-02/project/BioTLDR/wsgi/wsgi  ServerName www

One domain doesn't work for multiple django projects in one DigitalOcean droplet

2018-02-08 Thread Shaojun Xie
BioTLDR ## #Listen 80 WSGISocketPrefix /mnt/volume-nyc1-02/project/BioTLDR/wsgi/wsgi ServerName www.biotldr.tabomics.cn ServerAlias biotldr.tabomics.cn www.biotldr.tk biotldr.tk ServerAdmin h...@biotldr.tk ErrorLog "logs/error_log

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

Multiple Django projects using the same database

2015-03-29 Thread Ien C.
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 its own directory, with its own settings.py etc. 2. Keep th

Re: Multiple django projects

2010-09-02 Thread Piotr Zalewa
On 09/02/10 17:12, commonzenpython wrote: > hey, guys > is it possible to have multiple django projects in one server ? > You can also make them using different django versions check django + virtualenv on google zalun -- blog http://piotr.zalewa.info jobs http://webdev.zalewa.

Re: Multiple django projects

2010-09-02 Thread creecode
Hello, Yes you can have many Django projects installed on one server. On Sep 2, 9:12 am, commonzenpython wrote: > hey, guys > is it possible to have multiple django projects in one server ? Toodle-lo.. creecode -- You received this message because you are subscribed

Re: Multiple django projects

2010-09-02 Thread Max Countryman
Absolutely! :) On Sep 2, 2010, at 12:12 PM, commonzenpython wrote: hey, guys is it possible to have multiple django projects in one server ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Multiple django projects

2010-09-02 Thread commonzenpython
hey, guys is it possible to have multiple django projects in one server ? -- 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

Re: Organizing multiple django projects/apps on 1 server

2009-02-16 Thread Malcolm Tredinnick
after all. > As > I add more sites to this server, and continued the same directory > structure, I would end up needing 3 new entries on the PYTHONPATH for > each project. > > I was thinking of changing this around, to better suit multiple django > projects on one server,

Organizing multiple django projects/apps on 1 server

2009-02-16 Thread bbeaudreault
end up needing 3 new entries on the PYTHONPATH for each project. I was thinking of changing this around, to better suit multiple django projects on one server, as well as simplify my pythonpath and repositories. /home/django/pluggables/ (contains such things as tagging, django- syncr, any other

Re: Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
On Sep 26, 6:23 pm, Chris Brand <[EMAIL PROTECTED]> wrote: > kidormb wrote: > > When I restart Apache2 and invoke an application in mysite, the > > response is correct. If I then > > invoke an application in testsite, there are errors with the url since > > it is apparently still using the > >

Re: Multiple Django Projects Under One Directory

2007-09-26 Thread Chris Brand
kidormb wrote: > When I restart Apache2 and invoke an application in mysite, the > response is correct. If I then > invoke an application in testsite, there are errors with the url since > it is apparently still using the > mysite settings. > > I have to restart Apache2 to correctly invoke an app

Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
I am a Django newbie and I am sure there is a simple answer to this problem. I have 2 dnajgo projects under 1 directory (i.e. /home/xxx/django/ mysite and /home/xxx/django/testsite) My httpd.conf file contains the following: SetHandler python-program PythonHandler django.core.handlers.modp