Skip to content

Commit

Permalink
Add image to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hminnovation committed Jan 23, 2017
1 parent e5b36a8 commit 998a320
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Cookiecutter project includes
- Heroku configuration (including an example .env file)
- Example apps: `home`, `people`, `skills` and `locations`

## Usage
## Installation
The Cookiecutter project can be built with the following commands
```sh
# Install Cookiecutter
Expand All @@ -34,6 +34,25 @@ Note: The first time you run `vagrant up` it will likely take around 15 minutes

**Please refer to `{{your_project_name}}`/readme.md for information on installing and running Wagtail once the Cookiecutter has been installed.**

# Example screens
![Beginner Wagtail homepage](screenshots/example-homepage.png "Beginner Wagtail homepage")
Homepage with loaded data

![Beginner Wagtail Location index page](screenshots/example-location-index.png "Beginner Wagtail Location index page")
Location index page with loaded data

![Beginner Wagtail people index page](screenshots/example-people-index.png "Beginner Wagtail people index page")
People index page with loaded data

![Beginner Wagtail person page](screenshots/example-person-page.png "Beginner Wagtail person page")
Person page with loaded data

![Beginner Wagtail Skills index](screenshots/example-skills-index.png "Beginner Wagtail skills index")
Skills index page with loaded data

![Admin screen](screenshots/wagtail-admin-area.png "Beginner Wagtail skills index")
Absolutely out-of-the-box admin area screen

# Troubleshooting
## Name of Cookiecutter project
You can't name your project `abc`. It conflicts with name spacing in /lib/python3.4/io.py

0 comments on commit 998a320

Please sign in to comment.