LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

Migrations #129

Closed vedodedo closed 2 years ago

vedodedo commented 2 years ago

Please make migrations for the app, when i create my own model migrations and the model is related to dbmail it creates a migration file in dbmail "0016" and this cause a problem with other developer that do not have this file.