For some reason, Django just started taking a really long time to load.
When running python manage.py runserver
it takes about 30 seconds for the server to run. But everything looks normal.
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
March 12, 2020 - 19:59:26
Django version 3.0.3, using settings 'navio.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
And after, every page takes about 22 seconds to load.
Any clue about what is happening? The only thing I did before this happened was creating and then deleting a file called templatetags.py
.
I had the same problem, restarting the computer fixed it.