F
F
Flur2017-06-01 07:52:11
Django
Flur, 2017-06-01 07:52:11

The project does not start. Can you suggest what could be the problem?

I decided to launch an old project (thesis) that I wrote a long time ago. Since then Django hasn't worked
. This error pops up:


C:\Python34\lib\importlib\_bootstrap.py:321: RemovedInDjango110Warning: django.core.context_p
rocessors is deprecated in favor of django.template.context_processors.
return f(*args, **kwds)
System check identified no issues (0 silenced).
June 01, 2017 - 07:39:02
Django version 1.9, using settings 'tt.settings'
Starting development server at 127.0.0.1:8000
quit the server with CTRL -BREAK.

845d4f48bfeb425badfe2fcc18a82e2c.png
When switching to locale, it gives the following:
79e705df97044e09998fa8dd3882e4da.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly Scherbakov, 2017-06-01
@aslanovich

1) You seem to be running a project written for old Django under the latest version 1.11. I think that you should use the version on which you wrote it.
2) try 127.0.0.1:8000/admin/, /login/ - they are in the list.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question