Version 3.0 of the Mitakihara Original logger
  • Python 44.7%
  • Less 28%
  • HTML 26.4%
  • CSS 0.9%
Find a file
2013-11-14 13:00:02 +01:00
cache FS-based Caching 2013-07-11 20:07:08 +02:00
lib flask-assets + bootstrap 3 2013-11-13 18:55:51 +01:00
modules Renamed the Wiki main page and made it the index 2013-11-14 13:00:02 +01:00
static Fixed bio overflows 2013-11-14 12:49:16 +01:00
templates flask-assets + bootstrap 3 2013-11-13 18:55:51 +01:00
.gitignore flask-assets + bootstrap 3 2013-11-13 18:55:51 +01:00
.gitmodules flask-assets + bootstrap 3 2013-11-13 18:55:51 +01:00
admin.py Working on the Cast module 2013-07-14 14:41:07 +02:00
assets.py flask-assets + bootstrap 3 2013-11-13 18:55:51 +01:00
cache.py Better caching 2013-07-11 20:16:33 +02:00
MitaOri.py Renamed the Wiki main page and made it the index 2013-11-14 13:00:02 +01:00
models.py Working on the Cast module 2013-07-14 14:41:07 +02:00
README.md Quotes 2013-07-14 11:45:02 +02:00
shell.py Initial commit 2013-07-01 03:11:54 +02:00
util.py FS-based Caching 2013-07-11 20:07:08 +02:00
wsgi.py Added WSGI stub 2013-07-13 22:54:27 +02:00

Mitakihara Original

This is Version 3.0 of the Mitakihara Original site.

Mitakihara Original

From the site:

Mitakihara Original is a fan-written story set in the Puella Magi Madoka Magica universe. Through Twitter, a dedicated group of role-players creates stories following the daily lives of a group of teenagers dealing with the consequences of a hard truth they discover. Every player takes control of a character they created and writes storylines of their own, or with other players. All these plotlines are weaved together with a lot of improvisation to tell a tale unlike that of many other roleplaying efforts.

Version History

  • Version 3.0
    • Python + Flask and PostgreSQL
    • Full rewrite, because Django is WAY too slow with large datasets
    • Cleaner layout, better mobile support
    • Integrated Wiki
    • Big Red Button! (planned)
  • Version 2.1
    • Backend switched to PostgreSQL for better performance
  • Version 2.0
    • Python + Django and MySQL
    • Shiny new layout!
    • No Big Red Button :(
  • Version 1.0
    • PHP and MySQL
    • Big Red Button!

Current Version Requirements

  • Python 2.7
    • Flask
    • Flask-WTF
    • Flask-Admin
    • Flask-SQLAlchemy
      • Obviously a database adapter to go with this
    • markdown2

Make sure to make the cache directory writable by the webserver, and to create a file called "config.py", containing:

  • SECRET_KEY - a long string used for hashing and CSRF protection
  • SQLALCHEMY_DATABASE_URI - connection string to the database