Changes between Initial Version and Version 1 of Ticket #27094


Ignore:
Timestamp:
Aug 19, 2016, 9:38:42 AM (8 years ago)
Author:
Tim Graham
Comment:

Does django_1_10.py exist on your system? Did you try reinstalling Django? We need steps to reproduce the problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27094

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

    initial v1  
    11I made some changes in my models and after that I try to do thing like use the shell, makemigrations or runserver and only I get this error
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "manage.py", line 8, in <module>
     
    1111    import django.core.checks.compatibility.django_1_10  # NOQA isort:skip
    1212ImportError: No module named 'django.core.checks.compatibility.django_1_10'
     13}}}
Back to Top