Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadwhitacre/aspen-toy-blog
This is a blog demo for the Aspen web framework.
https://github.com/chadwhitacre/aspen-toy-blog
Last synced: about 2 months ago
JSON representation
This is a blog demo for the Aspen web framework.
- Host: GitHub
- URL: https://github.com/chadwhitacre/aspen-toy-blog
- Owner: chadwhitacre
- Created: 2011-06-01T21:34:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-07T06:34:46.000Z (over 13 years ago)
- Last Synced: 2023-03-14T08:25:19.057Z (almost 2 years ago)
- Language: Python
- Homepage: http://aspen.io/
- Size: 408 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This application demonstrates the core features of the `Aspen web framework
`_.To get it running:
- Clone or download.
- Start aspen inside of this directory.
- Hit http://localhost:8080/.
- To create a post, click "New Post" and enter a slug.
- "Edit" to add content.
- "Save" to see your content.
- Go back to the homepage and you'll see it listed there.
- "Save" with empty fields to delete... image:: https://github.com/whit537/aspen-toy-blog/raw/master/screenshot.png
Poke around in the source code to unravel how Aspen works.