From 57b891145569bf391be78775197d973e07bf5bc6 Mon Sep 17 00:00:00 2001 From: Nilesh Pant <58652823+NileshPant1999@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:04:45 +0530 Subject: [PATCH] add support for fund source and expenses api (#97) --- ...00credential_lastexportdetail_importsetting_and_more.py | 1 - start_qcluster.sh | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 start_qcluster.sh diff --git a/apps/workspaces/migrations/0002_sage300credential_lastexportdetail_importsetting_and_more.py b/apps/workspaces/migrations/0002_sage300credential_lastexportdetail_importsetting_and_more.py index 51f2aa7e..a15aa8a2 100644 --- a/apps/workspaces/migrations/0002_sage300credential_lastexportdetail_importsetting_and_more.py +++ b/apps/workspaces/migrations/0002_sage300credential_lastexportdetail_importsetting_and_more.py @@ -9,7 +9,6 @@ class Migration(migrations.Migration): dependencies = [ - ('django_q', '0014_alter_ormq_id_alter_schedule_id'), ('workspaces', '0001_initial'), ] diff --git a/start_qcluster.sh b/start_qcluster.sh new file mode 100644 index 00000000..3f8bb672 --- /dev/null +++ b/start_qcluster.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Creating the cache table +python manage.py createcachetable --database cache_db + +# Running qcluster server +python manage.py qcluster \ No newline at end of file