Skip to main content

CMS for fanfics

Project description

Build Status

Library CMS on Python for fanfics. Currently in development.

Short feature list: fanfics with genres, characters and events; comments with trees; search (by Sphinx); user profiles with contacts; moderation of fanfics and comments; favorites and bookmarks; notices from administrator; PJAX-like loading of page content; customizable design; primitive plugin system.

CMS currently in Russian, and we would be grateful for the translation of all phrases in English.

Quick start

Install lxml. Then:

pip install mini_fiction
mini_fiction seed
mini_fiction createsuperuser
mini_fiction runserver

Website will be available at http://localhost:5000/, administration page is https://localhost:5000/admin/.

Configuration file

Save local_settings.example.py as local_settings.py and enable it:

PYTHONPATH=.; export PYTHONPATH
MINIFICTION_SETTINGS=local_settings.Local; export MINIFICTION_SETTINGS

Then mini_fiction runserver in the same directory with this file.

For more information see INSTALL.md (in Russian).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mini_fiction-0.0.2.tar.gz (271.0 kB view hashes)

Uploaded Source

Built Distribution

mini_fiction-0.0.2-py3-none-any.whl (377.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page