2018-09-18 11:45:12 -04:00
2018-09-18 11:45:12 -04:00
2018-08-10 18:57:28 -04:00
2018-09-18 11:45:12 -04:00
2018-09-05 14:22:07 -04:00
2018-08-13 13:17:51 -04:00
2018-09-18 11:45:12 -04:00
2018-09-05 14:45:43 -04:00
2018-09-05 14:22:07 -04:00
2018-08-10 08:39:51 -04:00
2018-09-18 11:45:12 -04:00
2018-08-30 13:33:08 -04:00
2018-09-07 12:56:13 -04:00

Titivillus

By popular demand, I'm building a better anonkun. It doesn't do much right now though. Actual results in the decades to come.

Requirements

Python 3.6+
PostgreSQL 10.4+
Redis 4.0.10+
Python packages: django psycopg2 channels channels_redis jinja2 argon2-cffi bleach requests python-magic

Install

$ psql
postgres=# CREATE DATABASE "titivillus";
postgres=# CREATE USER "titivillus" WITH PASSWORD 'password';
postgres=# ALTER ROLE "titivillus" SET client_encoding TO 'utf8';
postgres=# ALTER ROLE "titivillus" SET default_transaction_isolation TO 'read committed';
postgres=# ALTER ROLE "titivillus" SET timezone TO 'UTC';
postgres=# GRANT ALL PRIVILEGES ON DATABASE "titivillus" TO "titivillus";
postgres=# \q
  1. Get on the floor
  2. Walk the dinosaur
  3. Set STATIC_ROOT under settings.py appropriately
  4. Run python manage.py collectstatic

Usage

gunicorn -b localhost:5100 -e SCRIPT_NAME=/titivillus titivillus.wsgi
daphne -b 0.0.0.0 -p 5100 --root-path=/titivillus titivillus.asgi:application

Description
Titivillus was a demon said to work on behalf of Belphegor, Lucifer or Satan to introduce errors into the work of scribes.
Readme 4.1 MiB
Languages
Python 58.4%
HTML 19.6%
JavaScript 17.8%
CSS 4.2%