Re: Django on CentOS

2015-11-09 Thread Matthias Runge
On 09/11/15 11:29, Robin Fourcade wrote: > Thanks for your answer James, > As this server is only the run this project, I can install another linux > distribution. > I'm able to install theses : > > *CentOS 6 minimal system (64 bits)* > Système de base openSUSE 13.1 (64 bits) > Système de base

Re: How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread Matthias Runge
On 19/02/15 14:27, SHINTO PETER wrote: > How to install django in redhat where i have python 2.6 and 2.7 and i > need to install django in python 2.7 > Do you have the possibility to upgrade to RHEL 7? That has python2.7 on board. Btw. there is a Django-1.6 package for RHEL7 on EPEL package

Re: SESSION_EXPIRE_AT_BROWSER_CLOSE = True, session expiry date wrong when browser closed?

2010-12-10 Thread Matthias Runge
AFAIK there is a known bug in FireFox preventing it from working correctly. Try (nearly) any other browser. "Stodge" schrieb: >I have SESSION_EXPIRE_AT_BROWSER_CLOSE set to True in my settings. >When the user visits my custom login page a new session is created for >them in

Re: Django book

2010-11-28 Thread Matthias Runge
Djangobook is available as printed edition from apress, as well as "practical django projects". The latter, I think, aims to more advanced django programmers. "The definitive guide to django" was a good starting point for me. I hope, this helps for you, Matthias "Reeti Pal"

Re: -bash: django-admin.py: command not found

2010-11-16 Thread Matthias Runge
Make sure wether django is properly installed on your system. I think your problem lies there. Matthias "ErritG" schrieb: >Hello everybody, > >Even though many posts on the internet address this issue I haven't >been able to tackle it using version Python 2.7.

Re: CSRF verification failures (admin)

2010-08-19 Thread Matthias Runge
On 19/08/10 09:32, PieterB wrote: > I'm doing none of the above. > I just deployed django 1.2 on python 2.4 on RHEL > no changes in the admin code... > Maybe It's due to some plugin in Firefox ? I will test again with > another plugin showing my session/POST variables :-) > I've seen some

Re: LAMPP + Django on Fedora 13 Linux

2010-06-30 Thread Matthias Runge
On 30/06/10 17:48, jlighthouse wrote: Hi guys, I have been using Fedora 13 and LAMPP (appachefriends.org) to handle up my Joomla php development. I have Eclipse installed with PyDev module, django, python installed altogether on my Linux system. I would like to use phpmyadmin with Django,