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,
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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,
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
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
> >
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
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
22 matches
Mail list logo