Changes between Initial Version and Version 1 of Ticket #33020


Ignore:
Timestamp:
Aug 13, 2021, 7:08:31 AM (3 years ago)
Author:
Tim Graham
Comment:

Please see TicketClosingReasons/UseSupportChannels for ways to get help debugging your issue. If you find that Django is at fault, feel free to reopen with an explanation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33020

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

    initial v1  
    11When I run every project it shows me this error.
    22
    3 
     3{{{
    44Traceback (most recent call last):
    55  File "E:\Git Project\django-calculator\mainproject\manage.py", line 22, in <module>
     
    4040  File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
    4141ModuleNotFoundError: No module named 'main'
     42}}}
Back to Top