Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

shanedg/wagtail-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wagtail-ex

wagtail example project

install

pip3 install wagtail

wagtail start wagtailsite

cd wagtailsite

pip3 install -r requirements.txt

setup

python3 manage.py migrate

python3 manage.py createsuperuser

run

python3 manage.py runserver