[note] Handle alias creation and uniqueness
This commit is contained in:
parent
9ecc40adeb
commit
f865a6ac7c
2 changed files with 71 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue