You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way that models work in Django is that the framework chooses the table name based on the app name and model name. This package just uses that.
Is there a reason you want to change it?
Sorry what I meant to say was if I can define my own model. The usage docs mention that after I run migrate command, Message table is created which serves as email queue. My question is if I can point Django mailer to use my own model as email queue.
There isn't a way to do that at the moment. What is the particular use case you want to support i.e. it what way is the provided model insufficient for you needs?
Hello, is there a way to define your own Postgres table for the email queue or do I have to use the one generated but the package?
The text was updated successfully, but these errors were encountered: