Opened 17 years ago
Closed 17 years ago
#8666 closed (duplicate)
no startproject in django-admin.py
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.