TODO APP
Technical task for the Labrin tech company made while learning Celery, Channels and WebSockets.
- Create virtual environment and install packages from
requirements.txt
- Modify
settings.py
and setup your timezone, mailing, database, Celery and Channels settings. - Run
manage.py makemigrations
andmanage.py migrate
- Run dev server
manage.py runserver