- python3 (minimum Python 3.4)
- python3-venv
git clone https://github.com/fisheye36/event-planner.git
cd event-planner/
python3 -m venv .env
. .env/bin/activate
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver