This is a Project to keep a track of what you learn. This project is based on a project from the book "Python Crash Course" with a few features and personal look and feel on top of it. Follow these steps to start a development server.
- Clone this repository
- Enter to the project directory and create virtual environment
- Install dependencies
pip install -r requirements.txt
- Run the development server
python manage.py runserver