From 01a50c813b8646f67a1fdaf8151c8340f7465202 Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 13:21:07 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 2 +- werkout_api/settings.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 6d4abbc..355c958 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,3 @@ -web: gunicorn werkout_api.wsgi:application --port 5000 --bind 0.0.0.0 +web: gunicorn werkout.wsgi:application --port 5000 --bind 0.0.0.0 beat: /usr/local/bin/celery -A werkout_api beat -linfo worker: /usr/local/bin/celery-A werkout_api worker -l info \ No newline at end of file diff --git a/werkout_api/settings.py b/werkout_api/settings.py index 203c7af..62bbae9 100644 --- a/werkout_api/settings.py +++ b/werkout_api/settings.py @@ -121,7 +121,6 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "media") if os.environ.get("DATABASE_URL"): - print("------0-0-0-0----------0-0-0-0---------") ALLOWED_HOSTS = ['*'] # if os.environ.get("IS_DEV"):