diff --git a/api/api/settings.py b/api/api/settings.py index 1451c9c..3580ca2 100644 --- a/api/api/settings.py +++ b/api/api/settings.py @@ -29,7 +29,7 @@ SECRET_KEY = env("SECRET_KEY", default='django-insecure-7uajhmbt^@)mklk1ur=slkmn # SECURITY WARNING: don't run with debug turned on in production! DEBUG = env("DEBUG") -ALLOWED_HOSTS = ["localhost", "127.0.0.1", "192.168.1.187", "192.168.1.23"] +ALLOWED_HOSTS = ["localhost", "127.0.0.1", "192.168.1.187", "192.168.1.23", "192.168.1.125"] # Application definition @@ -173,4 +173,4 @@ JET_THEMES = [ # JET_INDEX_DASHBOARD = 'jet.dashboard.dashboard.DefaultIndexDashboard' # JET_APP_INDEX_DASHBOARD = 'dashboard.CustomIndexDashboard' -JET_INDEX_DASHBOARD = 'dashboard.CustomIndexDashboard' \ No newline at end of file +JET_INDEX_DASHBOARD = 'dashboard.CustomIndexDashboard'