Skip to content

Skeleton application for the screencast titled: Creating and displaying pages in Wagtail

Notifications You must be signed in to change notification settings

muthuridennis/wagtail-screencast-hellowagtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Skeleton application for the screencast titled: Creating and displaying pages in Wagtail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published