Re: setting up new django project

2012-06-21 Thread Harjot Mann
you can use both methods.If you are getting a permission denied error by giving full path, then you have to change the permissions by using following command: sudo chmod +x /usr/local/bin/django-admin.py but its not necessary to give the whole path, infact the alternate method is easier. In most

Re: setting up new django project

2012-06-21 Thread Gelonida N
On 05/28/2012 04:53 AM, xaegis wrote: Hello, this is my first time posting to a list! I am running python 2.7 with django 1.4 installed on Ubuntu 12.04 I am having trouble creating new projects with django. Whenever I use the command: Code: sudo /usr/local/lib/python2.7/dist-packages/django/bi

Re: setting up new django project

2012-06-20 Thread Peter of the Norse
On 5/27/2012 8:53 PM, xaegis wrote: Hello, this is my first time posting to a list! I am running python 2.7 with django 1.4 installed on Ubuntu 12.04 I am having trouble creating new projects with django. Whenever I use the command: Code: sudo /usr/local/lib/python2.7/dist-packages/django/bin/

Re: setting up new django project

2012-05-27 Thread azizmb.in
HI You should have a look at virtualenv and virtualenvwrapper . On Mon, May 28, 2012 at 8:23 AM, xaegis wrote: > Hello, this is my first time posting to a list! > I am running python 2.7 w

setting up new django project

2012-05-27 Thread xaegis
Hello, this is my first time posting to a list! I am running python 2.7 with django 1.4 installed on Ubuntu 12.04 I am having trouble creating new projects with django. Whenever I use the command: Code: sudo /usr/local/lib/python2.7/dist-packages/django/bin/django-admin.py startproject cms I get