Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 427 Bytes

File metadata and controls

24 lines (15 loc) · 427 Bytes

Sun Knights Website

A website for the Sun Knights Deep clean.

License

https://creativecommons.org/licenses/by-nc/3.0/

Install Instructions

If you have bash

  1. bash install.sh

If you don't have bash

  1. pip3 install -r requirements.txt --user
  2. python3 manage.py migrate
  3. python3 manage.py loaddata fixture.json

Run it (dev)

  1. python3 manage.py runserver

####OR

  1. bash run.sh