A Wagtail sample application for demo purposes.
- Python version
2.7
,3.5
or3.6
- Pip (
sudo easy_install pip
) - Optionally a virtualenv
Run make install
and create a superuser with python manage.py createsuperuser
.
Now check your site at http:://localhost:8000
by running the command python manage.py runserver
.