Skip to content

Commit 7509470

Browse files
committed
Added Pony ORM support and updated documentation
1 parent bc17efb commit 7509470

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Run Lint
2525
run: make lint
2626
- name: Run Tests
27+
env:
28+
ADMIN_USER_MODEL: User
29+
ADMIN_USER_MODEL_USERNAME_FIELD: username
30+
ADMIN_SECRET_KEY: secret_key
2731
run: make test
2832
- name: Run Build
2933
run: make -C frontend build

example.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ADMIN_USER_MODEL = User
2-
ADMIN_USER_MODEL_USERNAME_FIELD = username
3-
ADMIN_SECRET_KEY = secret_key
1+
ADMIN_USER_MODEL=User
2+
ADMIN_USER_MODEL_USERNAME_FIELD=username
3+
ADMIN_SECRET_KEY=secret_key

0 commit comments

Comments
 (0)