Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55163
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-09-30 23:54 -0700 |
| References | <59215b57-a6a6-436b-aa5e-6b437612b3e9@googlegroups.com> |
| Message-ID | <8d55b6e7-a7ff-4df8-be4a-bcf1d2d9b5c0@googlegroups.com> (permalink) |
| Subject | Re: I have a problem when creating a django project |
| From | YetToCome <wjw15129@gmail.com> |
在 2013年10月1日星期二UTC+8下午1时47分05秒,YetToCome写道: > I can't create a django project, I think the usage of the commend is correct...here is the error information. > > > > > > h:\jcode>django-admin.py startproject mysite > > Usage: django-admin.py subcommand [options] [args] > > > > Options: > > -v VERBOSITY, --verbosity=VERBOSITY > > Verbosity level; 0=minimal output, 1=normal output, > > 2=verbose output, 3=very verbose 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. And what happened now... h:\jcode>django-admin.py help Type 'django-admin.py help' for usage.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
I have a problem when creating a django project YetToCome <wjw15129@gmail.com> - 2013-09-30 22:47 -0700
Re: I have a problem when creating a django project YetToCome <wjw15129@gmail.com> - 2013-09-30 23:54 -0700
Re: I have a problem when creating a django project YetToCome <wjw15129@gmail.com> - 2013-10-01 00:24 -0700
Re: I have a problem when creating a django project Joel Goldstick <joel.goldstick@gmail.com> - 2013-10-01 09:25 -0400
csiph-web