Changes between Initial Version and Version 1 of Ticket #34906
- Timestamp:
- Oct 19, 2023, 4:41:01 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34906
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #34906 – Description
initial v1 4 4 5 5 I ran "python manage.py makemigrations" and I get the following error: 6 6 {{{ 7 7 Traceback (most recent call last): 8 8 File "C:\Users\prao5\AppData\Roaming\Python\Python312\site-packages\django\core\management\base.py", line 323, in run_from_argv … … 77 77 File "<frozen importlib._bootstrap>", line 1318, in _find_and_load_unlocked 78 78 ModuleNotFoundError: No module named 'djangoproject.settings' 79 }}}