- Refactoring css and js
- Db Related
- Migration to MySQL
- Handlers for Jason dumps
- Dockerize the repo and client
- Upload docker dev scripts on GDrive
- Test workflow Design
- Create your own Python3 virtual env like:
virtualenv -p python3.6 myenv
- Activate your env(have to do this step every time you want boot the server)
source myenv/bin/activate
- Install dependencies like(do this only once):
pip install -r requirements.txt
python manage.py runserver localhost:8080