Re: Trouble starting django project

2011-11-11 Thread Scott Ferguson
On 12/11/11 08:04, Eric Galaxy wrote: > I just installed django on my system. �Following the install > instructions > (http://www.howtoforge.com/how-to-install-django-on-debian-lenny-apache2-mod_python), > I ran the following line: > > /usr/share/python-support/python-django/django/bin/django-admi

Trouble starting django project

2011-11-11 Thread Eric Galaxy
I just installed django on my system. Following the install instructions ( http://www.howtoforge.com/how-to-install-django-on-debian-lenny-apache2-mod_python ), I ran the following line: /usr/share/python-support/python-django/django/bin/django-admin.py startproject mysite * * to start a project.