Tiny web comicbook reader
About:
A tiny project on a bunch of Python + Django, which is a Web Comic Reader. Development perspective: web comics aggregator.
Python requirements:
pip freeze
- python==3.8.3
- Django==3.0.8
- django-braces==1.14.0
- django-cleanup==5.0.0 #will be removed afte rewrite some functions
- django-crispy-forms==1.9.2
- django-taggit==1.3.0
- social-auth-app-django==4.0.0
Local run:
github doesn't work with empty folders, so:
mkdir media &&
cd media &&
mkdir comic &&
mkdir title
python manage.py runserver --settings=comicbook.settings.base
Server run:
At folder comicbook-->settings create file like production.py with settings like:
DEBUG = ...
SECRET_KEY = ...
ALLOWED_HOSTS = ...
etc.
LICENSE:
This work is licensed under a Creative Commons Attribution 4.0 International License.