Re: Request for inspiration on business system

2012-11-21 Thread Issam Outassourt
when you deploy your app, which are the real specifics that you need to install back again on your development server. Did that help ? Again, it's my personal opinion. Be careful to choose what suits you. -- Issam Outassourt Le 21 nov. 2012 16:39, "Javier Guerra Giraldez" a éc

Re: Can't get Web font loader in django

2012-11-20 Thread Issam Outassourt
{ "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", "extendedHelp": "https://code.google.com/apis/console"; } ], "code": 403, "message": "Da

Re: login page shouldn't open when I am already logged in, but it does !

2012-11-20 Thread Issam Outassourt
Hi, Well what you could do actually, and it's of commun use is to give your user a session-cookie id, which you can generate based on some informations in the header, typically his login, his ip adress, his password, his user-agent... As he tries to get the login page, challenge him by checking if

Re: [Apache] Trouble deploying my web app with mod_python

2012-11-14 Thread Issam Outassourt
ded way is to use other > modules, many people use mod_wsgi which is really simple to deploy and use. > > HTH > > Jirka > ------ > *From: * Issam Outassourt > *Sender: * django-users@googlegroups.com > *Date: *Wed, 14 Nov 2012 11:45:40 +0100 &g

[Apache] Trouble deploying my web app with mod_python

2012-11-14 Thread Issam Outassourt
Hi all, I've got a problem deploying my new app that i designed on my personal server that i run on my computer and i would like some help to deal with this. Here's the problem. You can see down here what happens when I try to visualize my home page : ServerName: '127.0.1.1' DocumentRoot: '