And something's fishy. No project directory is created. The command I use is
django-admin.py startproject mysite
Instead, it just opens django-admin.py! Which contains the following:
#!C:\Python27\python.exe
from django.core import management
if __name__ == "__main__":
management.execute_fr
I should note that Python is not installed as default in C:. It is in the
user directory under Anaconda.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-
Thanks for the reply Ilya. The problem was that the old, default Python
directory was still the default, so django searched there for
django-admin.py. Doing this manually by moving django-admin.py into the
desired startproject folder and adding "python" in front of django-admin.py
startproject
I forgot - One also needs to delete the path in django-admin.py, since you
automatically provide that when you cd into your desired startproject
directory.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop
4 matches
Mail list logo