Skip to content

Conversation

@benjaoming
Copy link
Contributor

The design is really off, but this will use django-consent to store the consent of someone. The default consent is currently (wrongly) created in the redirectview of /newsletter/ and is just labeled "auto-created".

@benjaoming
Copy link
Contributor Author

image

source = models.ConsentSource.objects.create(
source_name="Auto-created default newsletter"
)
return reverse("newsletter:signup", kwargs={"source_id": source.id})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the really sloppy part. This should be a proper data migration. The /newsletter/ redirect is perhaps useful, but more likely completely useless :)

@benjaoming
Copy link
Contributor Author

benjaoming commented Aug 28, 2021

image

(email sent)

image

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

Successfully merging this pull request may close these issues.

1 participant