Skip to content

Commit

Permalink
Migrate email templates to the new app
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Sep 19, 2024
1 parent 9a29dd1 commit 75d7775
Show file tree
Hide file tree
Showing 64 changed files with 754 additions and 546 deletions.
5 changes: 0 additions & 5 deletions email_notification/admin/__init__.py

This file was deleted.

110 changes: 0 additions & 110 deletions email_notification/admin/email_template.py

This file was deleted.

6 changes: 0 additions & 6 deletions email_notification/apps.py

This file was deleted.

20 changes: 20 additions & 0 deletions email_notification/migrations/0010_delete_emailtemplate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Django 5.1.1 on 2024-09-19 07:16

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("email_notification", "0009_rename_in_handling_to_in_allocation"),
]

operations = [
migrations.SeparateDatabaseAndState(
state_operations=[
migrations.DeleteModel(
name="EmailTemplate",
),
],
database_operations=[],
),
]
85 changes: 0 additions & 85 deletions email_notification/models.py

This file was deleted.

155 changes: 0 additions & 155 deletions email_notification/tasks.py

This file was deleted.

8 changes: 0 additions & 8 deletions email_notification/translation.py

This file was deleted.

Loading

0 comments on commit 75d7775

Please sign in to comment.