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:
@ -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:
|
||||
|
Reference in New Issue
Block a user