Hi Steve I installed django with:python setup.py install After that I copied the django-admin.py to my Python-folder which I have as an executable path
Regards glenn On 20 mar, 02:36, Steve Holden <holden...@gmail.com> wrote: > Last I looked (though it's been a,while) the Django install dropped > django-admin.pt somewhere on the executable path. How did you install > Django? > > Regards > Steve > On Mar 17, 2011 5:05 PM, "gh" <g.hafst...@gmail.com> wrote: > > > > > > > > > Hi > > > I´m new to django and maybe this is a simple thing but I need some > > advise what's wrong. > > > I try to create a project and I have moved the dajango-admin.py to the > > Python bin folder but I allways get this result when I´m typing the > > following and even if I try django-admin.py --version > > > C:\DjangoProject\djangotest>django-admin.py startproject djangotest > > > Usage: django-admin.py subcommand [options] [args] > > > Options: > > -v VERBOSITY, --verbosity=VERBOSITY > > Verbosity level; 0=minimal output, 1=normal > > output, > > 2=all output > > --settings=SETTINGS The Python path to a settings module, e.g. > > "myproject.settings.main". If this isn't > > provided, the > > DJANGO_SETTINGS_MODULE environment variable > > will be > > used. > > --pythonpath=PYTHONPATH > > A directory to add to the Python path, e.g. > > "/home/djangoprojects/myproject". > > --traceback Print traceback on exception > > --version show program's version number and exit > > -h, --help show this help message and exit > > > Type 'django-admin.py help <subcommand>' for help on a specific > > subcommand. > > > Available subcommands: > > cleanup > > compilemessages > > createcachetable > > dbshell > > diffsettings > > dumpdata > > flush > > inspectdb > > loaddata > > makemessages > > reset > > runfcgi > > runserver > > shell > > sql > > sqlall > > sqlclear > > sqlcustom > > sqlflush > > sqlindexes > > sqlinitialdata > > sqlreset > > sqlsequencereset > > startapp > > startproject > > syncdb > > test > > testserver > > validate > > > C:\DjangoProject\djangotest> > > > Regards > > glenn > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group.> To post to this group, send email to > django-users@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com.> For more options, visit this > group at > > http://groups.google.com/group/django-users?hl=en. > > > > > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.