symposion_app/symposion/reviews
Sachi King ecf14b514d Remove print statements.
I was originally going to switch to print function, but frankly I can't
see any reason to keep these.  I don't know what data it's leaking into
the logs, but it certainly doesn't seem useful

StringIO is not in Py3.  And it's not used at all, so removing that
import.  Seems to work with Py3 now.  More testing is required.
2017-04-17 15:47:10 +10:00
..
management Fix flake8 warnings 2014-07-30 15:19:26 -03:00
migrations All the migrations seem fixed now 2016-09-17 15:53:47 +10:00
templatetags Fix flake8 warnings 2014-07-30 15:19:26 -03:00
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py Added ResultNotification to admin, fixed subject as template 2016-09-03 13:16:05 +10:00
apps.py Merge branch 'i18n-all' of https://github.com/miurahr/symposion into miurahr-i18n-all 2015-09-08 15:07:24 -05:00
context_processors.py Fix flake8 warnings 2014-07-30 15:19:26 -03:00
forms.py Massively upgrade symposion 2015-10-16 12:37:35 -05:00
models.py Adds “publish changes” behaviour to views so that we can publish edits to abstracts. 2016-09-18 15:52:45 +10:00
urls.py Makes the reviewer proposals list render properly 2016-08-15 10:44:44 +10:00
utils.py python3 compatibility 2015-08-03 23:32:25 +09:00
views.py Remove print statements. 2017-04-17 15:47:10 +10:00