Suddenly my server went down with this error:
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379
Read More »
Suddenly my server went down with this error:
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379
Pycharm in particular likes fetching Django console spontaneously (while I’m copy-and-pasting things in project tree). After runserver:
Performing system checks...
System check identified no issues (0 silenced).
July 09, 2019 - 15:45:49
Django version 2.0, using settings 'project.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Error: That port is already in use.
Read More » First part of a series of one minute guides. In this episode: signup view for a custom User model with some additional fields.
Read More »