Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submit_newsletter on UI page #361

Open
cuom1999 opened this issue Feb 8, 2021 · 3 comments
Open

submit_newsletter on UI page #361

cuom1999 opened this issue Feb 8, 2021 · 3 comments

Comments

@cuom1999
Copy link

cuom1999 commented Feb 8, 2021

Is there any way to submit_newsletter on the admin page instead of accessing the server and running python manage.py submit_newsletter? I understand it would be easier for developers to run the command on terminal, but I think making a button on UI admin would make it more friendly to users.

@symbolic-ac
Copy link

Yes. Doing so, marketing guys can also do this stuff

@netxone
Copy link

netxone commented Feb 6, 2022

have same problem. At present, the user/admin have to always contact the developer to send the newsletter. Is there any way to submit the newsletter from django admin panel?

@ekerstein
Copy link

You should create a recurring task / cron job to run the "submit_newsletter" management command. Then whenever emails are put into the queue they will be sent automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants