Re: Django vs Postgres Connection

2010-12-17 Thread Servais Nabil
Hello, I think postgresql is not running or doesnt use the 5432 port. Check your processus. Le 17 déc. 2010 21:25, "Christophe Pettus" a écrit : > > On Dec 17, 2010, at 12:02 PM, armandoperico wrote: >> On my local machine everything is running fine, but when i try to >> deploy to a running server

Problems with js and http server's django

2010-03-03 Thread Servais Nabil
Hello, I use an Openlayers and jquery js application on an apache serveur. When I try to make a request from openlayers to django and I've got this damn error : Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. Traceback (most recent call last): File "/opt/

Re: RESTful API at Django

2009-12-25 Thread Servais Nabil
Hi Christian, I will work on a very similar project this next year. I will be very glad to help you for your project. Merry Christmas On Fri, Dec 25, 2009 at 6:38 PM, Ovnicraft wrote: > Hi folks, i was reading about rest in django, and i found 2 projects piston > and django-rest-interface, i

Re: windows localhost send email

2009-10-16 Thread Servais Nabil
On linux you can use command : sudo python -m smtpd -n -c DebuggingServer localhost:25 I suppose you can adapt it on windows (by changing port number for exemple) On Fri, Oct 16, 2009 at 9:28 AM, grimmus wrote: > > Hi, > > I am setting up the password reset function in my app. > > When i click