Skip to content

Commit a99dd51

Browse files
committed
Changed static path for frontend
1 parent e8f5726 commit a99dd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojs/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
# https://docs.djangoproject.com/en/1.10/howto/static-files/
148148

149149
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
150-
STATIC_URL = '/static/'
150+
STATIC_URL = '/backend_static/'
151151

152152

153153
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

0 commit comments

Comments
 (0)