mittun
mittun copied to clipboard
An open source conference manager
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.27. Commits e541f2d [2.2.x] Bumped version for 2.2.27 release. c477b76 [2.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. c27a7eb [2.2.x] Fixed CVE-2022-22818 --...
MySQL wasn't really needed, so, removed from setup.py. django_nose removed from settings.py if not in testing environment. Small fixes that makes the project more dev friendly, in my opinion.
Why is MySQL-Python in setup.py as a required library for mittun if MySQL-Python isn't actually required to run mittun? Could't find any code that depends on mysql.
mittun must have something like a mini-blog
maybe we should use allow the login with a social account.
would it be nice if mittun had a rest api for support external (mobile, social) apps We can use django-tastypie (https://github.com/toastdriven/django-tastypie)