tekton / ComicsDjango

ComicRate using Django instead of Java; slightly easier for cross platform in an odd way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComicRating - Django Edition

or How I learned to stop worrying and improve at my job

Author:Tyler Agee (tyler@pyroturtle.com)
License:CC BY-NC-SA 3.0: http://creativecommons.org/licenses/by-nc-sa/3.0/us/
Goal:To provide an easy way to keep track of comics, their relative ratings, library files and ownership.

There's a couple other versions of this I've worked on in the past, all in different languages. It's helped me to understand new tools since it's the same problem from a different angle.

At some point there will be installation instructions, just not today since it's still pre-alpha quality.

Django was chose due to its admin arena being great for rapid prototyping and python's small overhead and portability.

apt notes

Most development is done in ubuntu/mint, so to get started here's a couple things that may be missing.

apt-get install libjpeg8-dev zlib1g-dev python3-dev

About

ComicRate using Django instead of Java; slightly easier for cross platform in an odd way.


Languages

Language:Python 64.5%Language:HTML 19.6%Language:JavaScript 12.1%Language:CSS 3.8%