Promenjene vrednosti weight + likelihood

This commit is contained in:
2025-05-12 22:48:16 +02:00
parent 1109489ef3
commit cbd0832ca1
5 changed files with 69 additions and 78 deletions

View File

@@ -37,7 +37,8 @@ DEBUG = config('DEBUG', default=False, cast=bool)
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default=[], cast=Csv())
SITE_DOMAIN = "http://64.226.105.114"
#SITE_DOMAIN = "http://64.226.105.114"
SITE_DOMAIN = "http://127.0.0.1:8000"
# Application definition