mfogel / django-simple-email-confirmation

Simple email confirmation for django.
170 stars 68 forks source link

Specify custom EmailAddress model #50

Closed ferndot closed 5 years ago

ferndot commented 6 years ago

It would be nice to be able to override the default EmailAddress model. In my case, I would like to use UUID PKs instead of the default AutoField.

Others might want to attach additional fields to the model.

jakeharding commented 6 years ago

Hi @joshua-s,

I'm curious if you are looking into this or if you know of anyone who is?

ferndot commented 6 years ago

Hey @jakeharding! I am willing to implement this if there is interest. PR coming soon!