amyxzhang / wikum

tool for collectively summarizing large discussions
http://wikum.org
143 stars 32 forks source link

Django channels + Python 3 from staging #171

Closed stian8 closed 5 years ago

stian8 commented 5 years ago

Used future to update Python2 --> Python3 Updated Django==2.1.1, channels==2.1.3, channels-redis==2.3.0 Using Redis for celery and channels (redis_6379 instead of the standard redis)

Using https://github.com/alexz-enwp/wikitools/tree/py3 for wikitools Using https://github.com/dgilman/py-wikimarkup for python3 version of wikimarkup (with edits) wikum-env3 contains the necessary python3 requirements For production/deployment, run python manage.py collectstatic to load static files properly