About Form Wizards in Administration
You can create a custom form to send emails, tweet, or do some external action in administration by creating an unmanaged model with a custom save()
method:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Then in the administration of this model, disable the actions to view, edit, and delete:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Tips and Tricks Programming Architecture Development Django 5.x Django 4.2 Django 3.2
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.