Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28634 closed Uncategorized (invalid)

after install new version 1.11.5 there is an error "No module named 'django.apps'" — at Version 1

Reported by: VALDEMAR M PAVESI Owned by: nobody
Component: Uncategorized Version: 1.11
Severity: Normal Keywords: new version 1.11.5
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC>manage.py runserver
Traceback (most recent call last):
  File "C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC\manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
  File "C:\Users\nokia\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\management\__init__.py", line 10, in <module>
    from django.apps import apps
ModuleNotFoundError: No module named 'django.apps'

I did the downgrade to 1.11.4 and have no issues.

regards!
Valdemar

Change History (1)

comment:1 by Tim Graham, 7 years ago

Description: modified (diff)
Resolution: needsinfo
Status: newclosed

It's impossible to say why Django would be at fault here. If you can explain why, please reopen.

Note: See TracTickets for help on using tickets.
Back to Top