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
ebf1f59b5c
check for an existing texture when building the page, and display a message when none is set. fixes #43
|
15 years ago |
.. |
mumble
|
check for an existing texture when building the page, and display a message when none is set. fixes #43
|
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.
|
15 years ago |
deferred_resolver.py
|
looks like the autodetection finally works...
|
15 years ago |
gen_secret_key.sh
|
add shell script to automatically generate a new SECRET_KEY.
|
15 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. :)
|
15 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.
|
15 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
|
15 years ago |