Update PEP8

This commit is contained in:
Ranga Gonnage
2023-05-09 12:51:27 +02:00
parent f46d3722e4
commit 7cbe20f2be

View File

@@ -108,7 +108,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = '/static/'
STATICFILES_DIRS = [BASE_DIR / "static",]