From 982a91f2a82b41dc6de1d25a4b136b8fb2c6832e Mon Sep 17 00:00:00 2001
From: Rafi Madani <rafi.madani@ui.ac.id>
Date: Tue, 6 Feb 2024 18:55:18 +0700
Subject: [PATCH] Procfile fixing

---
 Procfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Procfile b/Procfile
index db061d87..10c02ca4 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-release: sh -c ‘python manage.py migrate && python manage.py loaddata dummy_obat.json’
+release: python manage.py migrate
 web: gunicorn project_django.wsgi --log-file -
\ No newline at end of file
-- 
GitLab