Short description of your project.
- Clone the repository.
git clone https://github.com/your_username/your_project.git
- Install dependencies.
pip install -r requirements.txt
- Run migrations.
python manage.py migrate
Describe how to use your project and provide examples.
# Example code here