This repository serves the website of kobe NTOU. This project is open source and the license can be found in LICENSE.
- Git 1.8+
- Python 3.7.x
Create your virtual environment:
python3 -m venv venv
And enable it:
. venv/bin/activate
Use pip to install Python depedencies:
pip3 install -r requirements.txt
cd
into the ntou
directory:
cd ntou
And migrate the database:
python3 manage.py migrate
Now you’re all set!
python3 manage.py runserver