1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django/conf
2005-11-06 23:16:24 +00:00
..
app_template Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. 2005-08-05 22:43:35 +00:00
locale Fixed #732 -- Updated de translation. Thanks, lucky@knup.de 2005-11-06 22:34:16 +00:00
project_template Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG 2005-10-19 16:10:31 +00:00
urls Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
global_settings.py Reordered MEDIA_ROOT and MEDIA_URL in global_settings so they're not in the COMMENTS section 2005-11-06 23:16:24 +00:00
settings.py Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00