Django Setup - Multiple projects in one domain with NGINX and Gunicorn

2010-09-12 Thread Charleno Pires
I'm trying setup very projects in one domain with NGINX + Gunicorn, but i have fail. I think in: mydomain.com/projects/project1 mydomain.com/projects/project2 mydomain.com/projects/project3 Please, anyone know what I'm talking about and have a solution? -- You received this message

Re: JQuery Autocomplete in Django Not Working

2009-04-09 Thread Charleno Pires
Use firebug to see if loading jquery. If not loading Jquery. Try this in your terminal. I'm using Ubuntu 8.04, but the path depends of your system operating. export PYTHONPATH=/home/user/directory_of_your_project export DJANGO_SETTINGS_MODULE=your_project.settings django-admin.py runserver --adm