Skip to content

Commit

Permalink
build change
Browse files Browse the repository at this point in the history
  • Loading branch information
barslmn committed Jan 8, 2025
1 parent ce56a74 commit 3ca3c9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Django tests
env:
DJANGO_SETTINGS_MODULE: canvas.settings
DJANGO_SETTINGS_MODULE: cnvapp.settings
run: |
python manage.py test
Expand Down
1 change: 0 additions & 1 deletion canvas/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.core.validators import RegexValidator, FileExtensionValidator
from django.core.exceptions import ValidationError

from django.db import models
from django.contrib.auth.models import User, Group
Expand Down

0 comments on commit 3ca3c9d

Please sign in to comment.