Opened 7 years ago

Last modified 7 years ago

#28634 closed Uncategorized

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

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

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\WebIPSLconfigCloudEP

C\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-packag

es\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 (0)

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