You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I have a form in Django that requires a little user input and then executes some commands in doctl and then I want to return specifc doctl info (droplet id, and public ip) into the rest of the form and save it.
The form executes, creates the droplet and even returns to success but does not save the form.