Update settings.py
This commit is contained in:
parent
282eaa2c36
commit
4411e3e534
1 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@ os.environ["DJANGO_ALLOW_ASYNC_UNSAFE"] = "true"
|
|||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
|
||||
#Comment for Local:
|
||||
DEBUG = False
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
#DEBUG = False
|
||||
#STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
#Comment for deploy:
|
||||
#DEBUG = True
|
||||
#STATICFILES_DIRS = [os.path.join(BASE_DIR, "static"),]
|
||||
DEBUG = True
|
||||
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static"),]
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
LOCALE_PATHS = (
|
||||
|
|
Loading…
Reference in a new issue