Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

afg-archive/happycoding

Repository files navigation

happycoding

Development Setup

pyvenv venv
source venv/bin/activate # or venv/Scripts/activate (on windows)
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver