django1/django/conf
Florian Apolloner 7dbbe65647
Improved performance of STATIC_URL and MEDIA_URL setting access.
Run `add_script_prefix()` on first access, rather than on every time.
2020-07-28 12:52:28 +02:00
..
app_template Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
locale Added Igbo language. 2020-07-14 20:44:41 +02:00
project_template Simplified settings' BASE_DIR definition with pathlib.Path.parent. 2020-03-18 13:00:32 +01:00
urls Refs #31534 -- Improved django.conf.urls.url() warning message with stacklevel=2. 2020-05-23 18:17:31 +02:00
__init__.py Improved performance of STATIC_URL and MEDIA_URL setting access. 2020-07-28 12:52:28 +02:00
global_settings.py Added Igbo language. 2020-07-14 20:44:41 +02:00