Skip to content

Commit 4954ba9

Browse files
committed
commit
1 parent 276766d commit 4954ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-erd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Generate Graph Model Image
4848
working-directory: backend
4949
run: |
50-
DJANGO_CONFIGURATION=Local DJANGO_SETTINGS_MODULE=settings.local poetry run python manage.py graph_models -a -o models_relations.png
50+
poetry run python manage.py graph_models -a -o models_relations.png
5151
5252
5353
- name: Upload Graph Image as Artifact

backend/apps/owasp/models/event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ def get_context(self, include_dates=False):
192192
context,
193193
delimiter=NL,
194194
)
195-
#1
195+
#11

0 commit comments

Comments
 (0)