/happycoding

11/28 hackgen & whatever

Primary LanguagePythonMIT LicenseMIT

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