Changes between Initial Version and Version 1 of Ticket #34906


Ignore:
Timestamp:
Oct 19, 2023, 4:41:01 AM (11 months ago)
Author:
Mariusz Felisiak
Comment:

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34906

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #34906 – Description

    initial v1  
    44
    55I ran "python manage.py makemigrations" and I get the following error:
    6 
     6{{{
    77Traceback (most recent call last):
    88  File "C:\Users\prao5\AppData\Roaming\Python\Python312\site-packages\django\core\management\base.py", line 323, in run_from_argv
     
    7777  File "<frozen importlib._bootstrap>", line 1318, in _find_and_load_unlocked
    7878ModuleNotFoundError: No module named 'djangoproject.settings'
     79}}}
Back to Top