Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 627 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 627 Bytes

I know this is more complex than it should have been. But it works

Installation

  1. Install dependencies
    pip install -r requirements.txt
  2. Run migrations
    python manage.py migrate
  3. Create a superuser
    python manage.py createsuperuser
  4. Run the development server
    python manage.py runserver

Usage

Explain how to use your project here.

Contributing

Contributions are always welcome! Please follow these steps:

  1. Fork the project
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a pull request