Opened 16 years ago
Closed 16 years ago
#8666 closed (duplicate)
no startproject in django-admin.py
Reported by: | labtjd | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | startproject | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I just updated the checkout and now when I try to django-admin.py startproject, it says that this is an unknown command. If I use help to list the available commands, startproject is not on the list.
Note:
See TracTickets
for help on using tickets.
Do you have DJANGO_SETTINGS_MODULE set in the environment? startproject is not available if so, see #8639.