Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 265 Bytes

ge-web

Replacing Molo-Gem to use standard Wagtail

Getting Started


python3 -m venv ve

source ve/bin/activate 

pip3 install -r requirements.txt

pip3 install -r requirements-dev.txt

./manage.py migrate

./manage.py createsuperuser

./manage.py runserver