mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-21 06:13:34 +00:00
STATIC_ROOT path fixed
This commit is contained in:
parent
ad2d78a766
commit
c681b3a4d4
@ -14,8 +14,7 @@ DATABASES = {
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
STATIC_ROOT = os.path.join(PROJECT_DIR, 'static')
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / 'static'
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user