Skip to content

Commit

Permalink
add support for fund source and expenses api (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Dec 12, 2023
1 parent 2279b85 commit 57b8911
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class Migration(migrations.Migration):

dependencies = [
('django_q', '0014_alter_ormq_id_alter_schedule_id'),
('workspaces', '0001_initial'),
]

Expand Down
7 changes: 7 additions & 0 deletions start_qcluster.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Creating the cache table
python manage.py createcachetable --database cache_db

# Running qcluster server
python manage.py qcluster

0 comments on commit 57b8911

Please sign in to comment.