Danil Mironov
Results
2
issues of
Danil Mironov
Hello. Could you help me with the form validation and Supplement form validation. How could I do that ? My full question on [stackoverflow](http://stackoverflow.com/questions/32313843/custom-form-validation-in-django-inspectional-registration). Thank you.
Signals
8
Hello. I'm trying to send email on user_registered signal to get full information about this user. I made `signals.py` file with the following code (as in official django docs on...