A Blog build with Wagtail.
Project description
Wagtailpress
A Blog build with Wagtail. Its name is not a reference to Wordpress, but the name wagtail_blog is already taken.
Features
- Index page model
- Article page model
- Authors are defined using Wagtail person
- Tags
- RSS feed for index pages
- Delivred with acceptable templates
Install
Simply install it from pypi.org:
pip install wagtailpress
Add this app and dependencies to django installed app in your settings.py:
INSTALLED_APPS = [
# …
'wagtail.contrib.routable_page',
'wagtailperson',
'wagtailpress',
# …
]
Then, finally, apply migration scripts:
./manage.py migrate wagtailpress
Use
This application provide 2 pages models:
- A blog article page: A simple article
- A blog index page: The index of your blog, it list its children articles, their tags and provide a RSS feed
A blog article page got multiple fields:
- Title
- Publication date
- One or some authors
- An intro
- An optional header image
- The content of the article
Development
This source code repository provide a full Django project, so you can easily work with wagtailperson for testing you modifications.
Simply use these two steps in the source code working directory:
./manage.py migrate
./manage.py runserver
Test
To run test, simply run this in the root of the source code working directory:
./manage.py test
Licence
LGPLv3
Author(s)
Sébastien Gendre seb@k-7.ch
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for wagtailpress-0.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ffcfab41f382096444b1166bd44ef976937ee350fd42e8418a56af8b4763abd |
|
MD5 | 78f916f80784ed403448d1d10826a0bd |
|
BLAKE2b-256 | 068ffdf94b8890a2d98105b00abe4bd9ccf0a7a7d0e72fd5519e8c321a3ce577 |