Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/City-of-Helsinki/devheldev
Our development site with Wagtail
https://github.com/City-of-Helsinki/devheldev
wagtail
Last synced: 7 days ago
JSON representation
Our development site with Wagtail
- Host: GitHub
- URL: https://github.com/City-of-Helsinki/devheldev
- Owner: City-of-Helsinki
- License: agpl-3.0
- Created: 2015-07-23T12:39:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T23:59:29.000Z (12 months ago)
- Last Synced: 2024-08-02T07:22:33.299Z (3 months ago)
- Topics: wagtail
- Language: Python
- Size: 2.6 MB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wagtail - dev.hel.fi
README
# New dev.hel.fi site's wagtail project
[![Build Status](https://travis-ci.org/City-of-Helsinki/devheldev.svg?branch=master)](https://travis-ci.org/City-of-Helsinki/devheldev)
[![codecov](https://codecov.io/gh/City-of-Helsinki/devheldev/branch/master/graph/badge.svg)](https://codecov.io/gh/City-of-Helsinki/devheldev)
[![Requirements](https://requires.io/github/City-of-Helsinki/devheldev/requirements.svg?branch=master)](https://requires.io/github/City-of-Helsinki/devheldev/requirements/?branch=master)## 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