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
ff90422d0d
add django-rosetta to make translators' lives easier:
A Django application that eases the translation process of your Django projects
<http://code.google.com/p/django-rosetta/>
|
15 years ago |
.. |
locale/de/LC_MESSAGES
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
15 years ago |
mumble
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
15 years ago |
rosetta
|
add django-rosetta to make translators' lives easier:
|
15 years ago |
templates
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
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 |
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 django-rosetta to make translators' lives easier:
|
15 years ago |
urls.py
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
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
|
16 years ago |