changed name because i found someone already using cbreader.

This commit is contained in:
2015-06-24 10:56:14 +01:00
parent 469277763c
commit 242e348968

View File

@@ -1,4 +1,4 @@
# cbreader
# cbwebreader
Web Based CBR and CBZ file reader.
This is for if you have a collection of comics on a media server and want to read them remotely.
@@ -6,13 +6,12 @@ This is for if you have a collection of comics on a media server and want to rea
- [Django 1.8](https://www.djangoproject.com/)
- [python 2.7](https://www.python.org/)
- [Unrar by Marko Kreen](https://github.com/markokr/rarfile) (included)
- [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included)
- [Unrar by winrar](http://rarlabs.com)
# Installation
Pull from git and use like any django project.
BASE_DIR needs to be set in the Settings DB. It should point to the Comic directory.
Haven't gotten around to cleaning it up yet.