Re: Django Admin verification

2018-06-15 Thread Anthony Anonde
I will suggest to have a field with active set to false, so when the use signs in you cleaned the data send a notice to the admin, mean while the user info is save to the database but user account is not active because the field active is set to false. When the admin sees the user data he can ch

Re: Django Admin verification

2018-06-15 Thread Daniel Ale
Let's talk more on this project. You still have to add the the data to database, maybe u can create a field to check for verification , there is no way u can persist the data plus an instance of the model will be sent to admin in order to verify it... Good job. On Wed, Jun 13, 2018, 13:13 habib m