I am new to Django.
I have built some project with django-admin.py
before, but suddenly it doesn't work anymore.
When I try to run django-admin.py
, there is an error "ImportError: No module named deltatest.settings".
I unstalled and reinstalled django but it also show those mistake.
Would you help me to find out the problem?
Thank you very much!
Asked
Active
Viewed 226 times
0

André Kool
- 4,880
- 12
- 34
- 44

Z.Ben
- 1
-
1Possible duplicate of https://stackoverflow.com/questions/3681216/django-admin-py-startproject-is-not-working – Sagar Ruchandani Mar 16 '18 at 07:39
-
Thank you. When I input “echo %DJANGO_SETTINGS_MODULE%”, it reply "deltatest.settings". I think there is something wrong in environment variable set. – Z.Ben Mar 17 '18 at 16:19