Changes between Initial Version and Version 1 of Ticket #28634


Ignore:
Timestamp:
Sep 25, 2017, 11:38:35 AM (7 years ago)
Author:
Tim Graham
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28634

    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #28634 – Description

    initial v1  
    1 C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC>manage
    2 .py runserver
     1{{{
     2C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC>manage.py runserver
    33Traceback (most recent call last):
    4   File "C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEP
    5 C\manage.py", line 8, in <module>
     4  File "C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC\manage.py", line 8, in <module>
    65    from django.core.management import execute_from_command_line
    7   File "C:\Users\nokia\AppData\Local\Programs\Python\Python36-32\lib\site-packag
    8 es\django\core\management\__init__.py", line 10, in <module>
     6  File "C:\Users\nokia\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\management\__init__.py", line 10, in <module>
    97    from django.apps import apps
    108ModuleNotFoundError: No module named 'django.apps'
    11 
    12 ++++++
     9}}}
    1310
    1411I did the downgrade to 1.11.4 and have no issues.
Back to Top