Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 690 Bytes

File metadata and controls

23 lines (18 loc) · 690 Bytes

Event Planner

Build Status Coverage Status

Requirements

  • python3 (minimum Python 3.4)
  • python3-venv

Installation

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