Skip to content

Commit

Permalink
chnage static path location
Browse files Browse the repository at this point in the history
  • Loading branch information
codemeleon committed Oct 30, 2023
1 parent 7a8bee1 commit 5db1c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
# os.path.abspath("static") # added by Anmol
CRISPY_TEMPLATE_PACK = "bootstrap4"
STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATIC_ROOT = os.path.join(BASE_DIR, "static_cdn")
STATICFILES_DIRS = [
# os.path.join(BASE_DIR, 'static')
# "/home/devil/Documents/Tools/Database/staticfiles"
Expand Down

0 comments on commit 5db1c71

Please sign in to comment.