Michael Ziegler
|
250556f569
|
remove the "static" accounts/ url and only include it when registration is available. see #212
|
12 years ago |
Michael Ziegler
|
0e8ab76a24
|
add usereditor, use Django's jsi18n, language update
|
15 years ago |
Michael Ziegler
|
5a6747c83a
|
a few code style fixes
|
15 years ago |
Michael Ziegler
|
2d82f51841
|
add the Django defaults for handler{404,500} to the URLs and fix the templates. fixes #83
|
15 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
|
16 years ago |
Michael Ziegler
|
df3c1d039c
|
various layout tunings
|
16 years ago |
Michael Ziegler
|
cea8c2c07b
|
corrected whitespace
|
16 years ago |
Michael Ziegler
|
ab92032cf6
|
added / url to standard urls (easier than redirect in apache config), repaired showContent
|
16 years ago |
Michael Ziegler
|
ca4ba79461
|
altered "settings" import to fit the django way, which should be better portable
|
16 years ago |
work
|
6b9be097d5
|
added redirect from / to /mumble
|
16 years ago |
mistagee
|
f7f7e3c4ff
|
Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier
|
16 years ago |