Changes between Initial Version and Version 1 of Ticket #27094
- Timestamp:
- Aug 19, 2016, 9:38:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27094
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #27094 – Description
initial v1 1 1 I 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 {{{ 3 3 Traceback (most recent call last): 4 4 File "manage.py", line 8, in <module> … … 11 11 import django.core.checks.compatibility.django_1_10 # NOQA isort:skip 12 12 ImportError: No module named 'django.core.checks.compatibility.django_1_10' 13 }}}