Django Admin verification

24 views
Skip to first unread message

habib mobolaji

unread,
Jun 13, 2018, 8:14:02 AM6/13/18
to Django users

Please, I am currently working on a project for a modeling agency where the admin verifies the details of a new model after completing a registration form. The project is using python django framework.

This is the breakdown;

  • A new model fills a form.
  • The form is send to the administrator's email for notification and confirmation of the data before being added to the database .
  • The new model is then added to the database .

I have little understanding about the above problem, I will be very grateful for any kind of help in this, thanks

Daniel Ale

unread,
Jun 15, 2018, 8:46:57 AM6/15/18
to django...@googlegroups.com
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. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f18776fd-8bac-4013-af82-75120e803a86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anthony Anonde

unread,
Jun 15, 2018, 9:52:12 AM6/15/18
to Django users
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 choose to activate the user.
Hope that make sense
Reply all
Reply to author
Forward
0 new messages