ppasq / wagtail-ithaca

ITHACA website based on Wagtail CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ITHACA website

This website is based on Wagtail CMS.

Documentation

docs.wagtail.io is the full reference for Wagtail, and includes guides for developers, designers and editors, alongside release notes and the product roadmap.

Installation

You can install this website in an isolated python environment. For instance:

virtualenv -p /usr/bin/python3 wagtail
cd wagtail
. bin/activate

Then run the following commands:

git clone https://github.com/ITHACA-org/wagtail-ithaca.git
cd wagtail-ithaca
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 

About

ITHACA website based on Wagtail CMS


Languages

Language:JavaScript 47.1%Language:Python 31.8%Language:SCSS 12.5%Language:HTML 8.5%Language:Dockerfile 0.1%