Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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-

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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