Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 439 Bytes

Sun Knights - an Amazing Project

A website for the Sun Knights Diep Clan.

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