Debug-Base URL ersetzt
This commit is contained in:
parent
f259c5432c
commit
a0ca62c1ee
Binary file not shown.
|
|
@ -15,9 +15,9 @@ import os
|
|||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
#BASE_URL = "https://digitale-agentur.com/"
|
||||
BASE_URL = "https://digitale-agentur.com/"
|
||||
|
||||
BASE_URL = "http://localhost:8000/"
|
||||
#BASE_URL = "http://localhost:8000/"
|
||||
CRONAPIKEY = "gCddsaz6NOnE9QbXZM5LasdEk122D"
|
||||
|
||||
# FOR SUMMERNOTE ORIGIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue