Skip to content

Commit

Permalink
update static root path name
Browse files Browse the repository at this point in the history
  • Loading branch information
chandima2000 committed Jul 28, 2024
1 parent 031a107 commit 4fd83eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Prediction/backend/deployment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from .settings import *
from .settings import BASE_DIR

BASE_DIR = Path(__file__).resolve().parent.parent

ALLOWED_HOSTS = [os.environ['WEBSITE_HOSTNAME']]

Expand Down

0 comments on commit 4fd83eb

Please sign in to comment.