Skip to content

jussiarpalahti/devheldev

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • HTML 23.0%
  • CSS 19.1%
  • CoffeeScript 2.0%
  • JavaScript 0.2%