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

MidwestCommunications/mimesis-mediagal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWC Gallery
===========

A gallery applications written for for Midwest Communications, written by Eldarion.

Dependencies:

    * Django >= 1.2
    * celery / django-celery >= 2.3.3
    * PIL >= 1.1.7
    * easy_thumbnails >= 1.0-alpha-18
    * django-taggit >= 0.9.3
    * MWC's mimesis
    * MWC's mimesis-mediaman
    
Building docs
-------------

The documentation for this app is done with inline docstrings that are automatically extracted with Sphinx.  To compile HTML versions of the documentation::

    cd docs/
    make html

The index file is then kept in docs/_build/html/index.html