/devheldev

Our development site with Wagtail

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

New dev.hel.fi site's wagtail project

Build Status codecov Requirements

Installation

Installation assumes a working PostgreSQL with table creation rights

  • Clone the repository somewhere and change there for the rest
  • pip install -r requirements.txt or
  • pip install -r dev_requirements.txt
  • npm install
  • createdb heldev
  • python manage.py migrate
  • python manage.py collectstatic
  • python manage.py compress
  • python manage.py createsuperuser
  • python manage.py runserver