Skip to content

Commit

Permalink
Change the origin of templates to show admin panels with css files
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mang committed Aug 29, 2024
1 parent 47e0f7a commit a303da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

STATICFILES_STORAGE = ('whitenoise.storage.CompressedManifestStaticFilesStorage')
STATIC_URL = '/static/'
STATIC_URL = '/api/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "templates")

SIMPLE_JWT = {
Expand Down

0 comments on commit a303da3

Please sign in to comment.