Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 579 Bytes

Contribute

  1. create an issue and quickly write what you're working on
  2. clone the repo with git clone https://github.com/zenith-hacks/backend
  3. make sure python 3.10 is installed (if you want you can create a venv)
  4. install packages with pip install -r requirements.txt
  5. if you want to implement a new feature (not started yet), create a new django app with python manage.py startapp name, create a urls.py file inside and include it in zenith_backend/urls.py
  6. when you want to commit your changes make sure to create a pr and quickly describe what you changed