Re: can't create django project using Windows command prompt!

2016-10-05 Thread Andreas Kuhne
Hi, First make sure that you have a valid virtual environment - it's the easiest way to run python code. When that is working, you can just write : "python django-admin.py startproject mySite" - your problem is that .py files have been associated with notepad ++, and therefore it opens the file t

can't create django project using Windows command prompt!

2016-10-05 Thread Garin morel
I would like to start web designing using django! but Whenever i type " django-admin.py startproject mySite" in cmd this code popup through notepad, Then what should I do? #!c:\users\crepin\envs\myproject\scripts\python.exe from django.core import management if __name__ == "__main__": manage

Pycharm professtional can't create django project in linux mint 16

2013-12-30 Thread Михаил Доронин
Here is my problem -- 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,

Re: can't create django project

2009-05-21 Thread ashish
if ur using the Linux u can get the "django-admin.py" on ur command shell in any dirctry eg.. ash...@pylone$ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Re: can't create django project

2009-05-19 Thread MFA
I'm a rook too and received the same error. I re-read the installation instructions here: http://docs.djangoproject.com/en/dev/topics/install/#installing-official-release It turns out I had to run "python setup.py install". I believe this copies the django-admin.py to a location, or places a p

can't create django project

2009-05-19 Thread rookie
Hi, I just install django and try to create django project following the instruction: django-admin.py startproject mysite However, I got the message sais: 'django-admin.py' is not recognized as an internal or external command, operable program or batch file. In pythonwin (Python 2.6 version