symposion_app/symposion
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
..
conference Use django's login_required decorator 2017-03-26 12:32:32 +11:00
locale add japanese translation 2015-06-21 12:51:36 +09:00
proposals If user does not exist, catch exception 2017-04-02 22:07:26 +10:00
reviews Remove print statements. 2017-04-17 15:47:10 +10:00
schedule Use django's login_required decorator 2017-03-26 12:32:32 +11:00
speakers Use django's login_required decorator 2017-03-26 12:32:32 +11:00
sponsorship Use django's login_required decorator 2017-03-26 12:32:32 +11:00
static drop old unused chosen 2015-07-11 16:02:35 +09:00
teams Use django's login_required decorator 2017-03-26 12:32:32 +11:00
utils Merge branch 'chrisjrn/better_mailer' of https://github.com/lca2017/symposion into chrisjrn/better_mailer 2016-09-18 12:40:45 +10:00
__init__.py bump version for dev 2013-03-14 04:56:04 -04:00
conf.py Ignore linting the settings import 2014-12-18 08:19:01 -06:00
markdown_parser.py fix pip8 warnings 2015-10-17 10:57:18 +09:00
models.py add blank models.py to symposion 2012-08-14 04:20:46 -04:00
views.py Use django's login_required decorator 2017-03-26 12:32:32 +11:00