I know this is more complex than it should have been. But it works
- Install dependencies
pip install -r requirements.txt
- Run migrations
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run the development server
python manage.py runserver
Explain how to use your project here.
Contributions are always welcome! Please follow these steps:
- Fork the project
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request