Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

encukou/fanart

Repository files navigation

A small community fanart site

Prerequisites:
- Python 3.3+
- Python packages: Pyramid, Mako, SQLAlchemy, ...
    see setup.py or requirements.txt
- ImageMagick for image manipulation
- PostgreSQL for the database (Or SQLite for testing. MySQL won't work.)
- Selenium for browser testing

Structure:
models/ - a SQLAlchemy database model: tables and relations and not much else
backend/ - a higher-level interface to the model: app logic, access control
static/ - static images, scripts, etc.
tasks/ - worker jobs
templates/ - Mako & CCSS templates
tests/ - the test suite
thirdparty/ - mostly Markdown plugins, changes here weren't upstreamed (yet)
views/ - the web app: routing & presentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published