changes in setting.py file

This commit is contained in:
jain
2023-06-27 20:16:35 +05:30
parent d208e5252c
commit 7b02b7dfbc
4 changed files with 27 additions and 22 deletions

View File

@ -187,4 +187,5 @@ EMAIL_HOST_USER = os.getenv('EMAIL_HOST_USER')
EMAIL_HOST_PASSWORD = os.getenv('EMAIL_HOST_PASSWORD')
EMAIL_PORT = os.getenv('EMAIL_PORT')
STATIC_URL = '/static/'
STATIC_URL = 'static/'
STATIC_ROOT = 'static'