Django/Wagtail Collective Website
- pyenv - manage python versions
- pyenv virtualwrapper - create virtual environment
pip install -r requirements.txt
First time Postgres setup:
- Create the
bcc
database ./manage.py migrate
./manage.py createsuperuser
Set missing global environment variables in .env
:
./manage.py runserver