15 Commits (5a6747c83a663b33a9d0fbf6f32641e3f10c98d6)

Author SHA1 Message Date
Michael Ziegler 5a6747c83a a few code style fixes 14 years ago
Michael Ziegler 2d82f51841 add the Django defaults for handler{404,500} to the URLs and fix the templates. fixes #83 14 years ago
Michael Ziegler c16d62d07e a bunch'a cleanups to fix pyflakes warnings (and a few so far undiscovered bugs as well...) 15 years ago
Michael Ziegler fc53d4467d update years in the copyright claims 15 years ago
Michael Ziegler a60d703900 move templates to app dirs, rename .htm to .html, clean up i18n 15 years ago
Michael Ziegler f729c9fa9f clean up settings and throw out that get_script_prefix() fakery from __init__.py, because I have the feeling that this stuff will blow something up horribly. runserver is able to handle MUMBLE_DJANGO_URL not being '/', so this can and must now be configured, period. 15 years ago
Michael Ziegler e668504a36 change case of MEDIA_URL in templates, defer resolving in settings.py until after the WSGI daemon had a chance of setting the script prefix 15 years ago
Michael Ziegler bc85e76ed1 changed hardcoded urls to reverse resolved ones, finally allowing m-d to run in a shared apache vhost. 15 years ago
Michael Ziegler a617cbdffb added copyright and license information 15 years ago
Michael Ziegler df3c1d039c various layout tunings 15 years ago
Michael Ziegler cea8c2c07b corrected whitespace 15 years ago
Michael Ziegler ab92032cf6 added / url to standard urls (easier than redirect in apache config), repaired showContent 15 years ago
Michael Ziegler ca4ba79461 altered "settings" import to fit the django way, which should be better portable 15 years ago
work 6b9be097d5 added redirect from / to /mumble 15 years ago
mistagee f7f7e3c4ff Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier 15 years ago