Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.08 KB

Description

Skeleton application received after performing the wagtail start hellowagtail command. I've modified it to include a theme similar to the time website.

The master branch has files for the lesson titled: Creating and displaying pages in Wagtail.

How to use

  • Clone the repository.
git clone [email protected]:muthuridennis/wagtail-screencast-hellowagtail.git
mkvirtualenv wagtail-screencast-hellowagtail
  • Install requirements.
pip install -r requirements.txt
  • Run migrations.
python manage.py migrate 
  • Create a superuser to use when accessing wagtailadmin.
python manage.py createsuperuser
  • Start the server.
python manage.py runserver

For windows users

I have a screencast on how to setup wagtail on windows using Vagrant. You can watch it on Youtube.