#28634 closed Uncategorized (invalid)
after install new version 1.11.5 there is an error "No module named 'django.apps'"
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 )
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 (5)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Resolution: | → needsinfo |
Status: | new → closed |
comment:2 by , 7 years ago
Hello Tim.
it is same apps running from release 1.9
every time there is a new release I am doing the upgrade.
it is first time that get new release 1.11.5 and got this problem , "No module named 'django.apps'"
I went back to 1.11.4 and everything is working fine.
What else is necessary to debug it ?
regards!
Valdemar
comment:4 by , 7 years ago
Hello Tim.
thanks, problem solved, i did re-install again 1.11.5 and everything is working fine.
+++ Installing collected packages: Django Found existing installation: Django 1.11.4 Uninstalling Django-1.11.4: Successfully uninstalled Django-1.11.4 Successfully installed Django-1.11.5 ++++ C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\SYS start web Performing system checks... System check identified no issues (0 silenced). September 26, 2017 - 13:50:55 Django version 1.11.5, using settings 'mainweb.settings' Starting development server at http://0.0.0.0:8000/ Quit the server with CTRL-BREAK. ++++
many thanks for your amazing project
regards!
Valdemar
comment:5 by , 7 years ago
Resolution: | needsinfo → invalid |
---|
It's impossible to say why Django would be at fault here. If you can explain why, please reopen.