Skip to content

Commit f1b7781

Browse files
committed
change dir
1 parent f180231 commit f1b7781

31 files changed

+2
-60
lines changed
File renamed without changes.

frontend/package.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

myforum/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
'BACKEND': 'django.template.backends.django.DjangoTemplates',
117117
'DIRS': [
118-
os.path.join(BASE_DIR, 'frontend/build')
118+
os.path.join(BASE_DIR, 'build')
119119
],
120120
'APP_DIRS': True,
121121
'OPTIONS': {
@@ -183,7 +183,7 @@
183183

184184
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
185185
STATIC_URL = '/static/'
186-
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'frontend/build/static'),)
186+
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'build/static'),)
187187

188188
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
189189
# Default primary key field type
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)