Skip to content

Instantly share code, notes, and snippets.

@tomdyson
Created June 13, 2024 19:14
Show Gist options
  • Save tomdyson/c0c3cd1f24d25b58d9ce9db17f2cb519 to your computer and use it in GitHub Desktop.
Save tomdyson/c0c3cd1f24d25b58d9ce9db17f2cb519 to your computer and use it in GitHub Desktop.
# in a virtual environment
pip install wagtail
wagtail start myproject --template=https://github.com/torchbox/wagtail-news-template/archive/feature/productionization.zip
cd myproject
pip install -r requirements.txt
python manage.py createcachetable
make load-data
make start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment