Update redirector to run as uwsgi app
authorMagnus Hagander <magnus@hagander.net>
Thu, 31 Dec 2015 14:03:23 +0000 (15:03 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 31 Dec 2015 14:03:23 +0000 (15:03 +0100)
commit4486acd34781d4048fc0b1cac164f13510070aac
treef38aa0257abae79f9139363b6e93500e297bfc5f
parent12d42a480448cfab37279de2abfe17de0b9d97fb
Update redirector to run as uwsgi app

Since we use uwsgi for the django interfaces as of 1.8, doing the same
for the redirector just makes things easier.
redirector/.gitignore [new file with mode: 0644]
redirector/redir.ini.sample [new file with mode: 0644]
redirector/redirector.py