Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 392 Bytes

PyConZA 2023 Conference Website

Based on wafer.

Running

  1. Run pip install -r requirements.txt.
  2. Create a localsettings.py containing secrets and database credentials.
  3. Run npm install.
  4. Run ./manage.py collectstatic.
  5. Run ./manage.py migrate.
  6. Run ./manage.py createcachetable wafer_cache_table.
  7. Run ./manage.py runserver.