Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotchester/wagtail-starter-glitch
https://github.com/scotchester/wagtail-starter-glitch
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scotchester/wagtail-starter-glitch
- Owner: Scotchester
- Created: 2020-05-13T19:12:53.000Z (over 4 years ago)
- Default Branch: glitch
- Last Pushed: 2020-05-13T19:17:20.000Z (over 4 years ago)
- Last Synced: 2024-11-04T11:47:57.858Z (about 2 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wagtail Starter Kit
This project was created by following the "[Your first Wagtail site](https://docs.wagtail.io/en/v2.8/getting_started/tutorial.html)" tutorial in the Wagtail docs, up through the point at which [you first run the server and the welcome page appears](https://docs.wagtail.io/en/v2.5/getting_started/tutorial.html#start-the-server).
From here, you could continue following the tutorial to learn about basic Wagtail development, or use this as a starting point for quick demos or examples.
## Getting started
1. Remix this project
1. Open the console and run `python3 manage.py createsuperuser` to create an admin user for yourself
- **Full disclosure:** I have already created my own superuser (`admin`) that is stored in the SQLite database in the source of this project. If you remix the project, I could theoretically log in with that user on _your_ project's public admin URL. If you are concerned about this, you can use your new superuser to change the `admin` user's password.
1. Click **Show** ➡️ **In a New Window** to view the welcome page
- _Note:_ Due to cross-origin restrictions, the site will not render in iframes on `glitch.com` URLs, such as if you were to try and show it next to the code, or if you are looking at the [main project info page](https://glitch.com/~wagtail-starter).
1. Add `/admin` to the URL to log into the Wagtail admin interface (or click the link on the bottom right of the welcome page)
1. Hack away!Feedback welcome! Find me at:
- [@scott_ish](https://twitter.com/scott_ish) on Twitter
- @scotchester on the [Wagtail public Slack group](http://docs.wagtail.io/en/latest/support.html#slack)