{% extends "admin/master.html" %} {% block body %}

Blog

Blog

Contains basic information of the blog, such as name and tagline.

Author

The authors blog entries will be associated with.


Post

Post

Holds blog entries and pages.

Tag

Posts and pages can be associated with tags.

Category

A way to categorize posts, categories can have both parents and children.


Uploaded files

Basic file administration, based on FileAdmin from Flask-Admin. All files are stored in your defined "uploads" path.

{% endblock %}