1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

[note] Handle alias creation and uniqueness

This commit is contained in:
Benjamin Graillot
2019-07-23 02:13:09 +02:00
parent 9ecc40adeb
commit f865a6ac7c
2 changed files with 71 additions and 13 deletions

View File

@ -156,6 +156,8 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
# Example: "http://example.com/static/", "http://static.example.com/"
STATIC_URL = '/static/'
ALIAS_VALIDATOR_REGEX = r''
try:
from .settings_local import *
except ImportError: