City-of-Helsinki / devheldev

Our development site with Wagtail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Our development site with Wagtail

License:GNU Affero General Public License v3.0


Languages

Language:Python 55.7%Language:HTML 23.0%Language:CSS 19.1%Language:CoffeeScript 2.0%Language:JavaScript 0.2%