You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Ziegler
729ab451d5
move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49
|
15 years ago |
.. |
mumble
|
move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49
|
15 years ago |
__init__.py
|
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.
|
16 years ago |
deferred_resolver.py
|
looks like the autodetection finally works...
|
16 years ago |
gen_secret_key.sh
|
add shell script to automatically generate a new SECRET_KEY.
|
16 years ago |
manage.py
|
added copyright and license information
|
16 years ago |
settings.py
|
add LOGIN_REDIRECT_URL to settings, so @login_required and the login view redirect to the profile correctly. fixes #27 - that is, as soon as I update the Debian packages. :)
|
16 years ago |
urls.py
|
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.
|
16 years ago |
views.py
|
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
|
16 years ago |