I'm trying to create a Django project. I've looked up solutions everywhere and it is still not working.
I am running Python 2.7 and Django 1.3.1.
I have tried to create a symbolic link but it doesn't work because django-admin.py already exists.
Here is the bash:
user@user:~$ django-admin.py startproject mysite
django-admin.py: command not found
user@user:~$ sudo ln -s /usr/lib/python2.7/dist-packages/django/bin/django-adminpy /usr/local/bin/django-admin.py
ln: failed to create symbolic link `/usr/local/bin/django-admin.py': File exists
user@user:~$ django-admin startproject mysite
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With