Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenarbw committed Dec 23, 2024
1 parent 0c5ffc7 commit 9f74333
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
DATABASE_NAME: djangocon_africa
- name: Run Tests
run: |
python manage.py collectstatic
pytest
env:
DJANGO_SETTINGS_MODULE: core.settings_dev
Expand Down
2 changes: 1 addition & 1 deletion core/settings_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
}

EMAIL_BACKEND = "django.core.mail.backends.filebased.EmailBackend"
EMAIL_FILE_PATH = BASE_DIR / "emails" # noqa: F405
EMAIL_FILE_PATH = BASE_DIR / "gitignore/emails" # noqa: F405
2 changes: 1 addition & 1 deletion core/settings_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# email config - to be setted in another feature
EMAIL_BACKEND = "django.core.mail.backends.filebased.EmailBackend"
EMAIL_FILE_PATH = BASE_DIR / "emails" # noqa: F405
EMAIL_FILE_PATH = BASE_DIR / "gitignore/emails" # noqa: F405

# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
# EMAIL_HOST = 'smtp.gmail.com'
Expand Down
16 changes: 0 additions & 16 deletions static/src/tailwind_final.css
Original file line number Diff line number Diff line change
Expand Up @@ -791,18 +791,10 @@ td {
z-index: 50;
}

.z-\[\FFFD\FFFD\18k\FFFD\FFFD\F\FFFD_\] {
z-index: ��k���;
}

.m-3 {
margin: 0.75rem;
}

.m-2 {
margin: 0.5rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -1316,14 +1308,6 @@ td {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[o\:\FFFD\FFFD\FFFD\^\FFFD\] {
o: ���^�;
}

.\[v\:\FFFDv\] {
v: �v;
}

.hover\:cursor-pointer:hover {
cursor: pointer;
}
Expand Down

0 comments on commit 9f74333

Please sign in to comment.