Re: how to pass the ID of a slected item in a list to ORM

2018-06-15 Thread Anthony Anonde
Sorry your question is a bit complicated, you have a form that contains a list of names and id, what data types are they contain in? Understand how the list box is structured will help to give you a better ans -- You received this message because you are subscribed to the Google Groups "Django

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: Problem with get_absolute_url() in admin

2018-06-10 Thread Anthony Anonde
the example.com is am example django give for Site. Which means there is a way for you to manage more than one site at a time, basically using the site_id. To you Questions, i don't understand why you want to hard code your uri routing like that when you can easily use the app_name and name conv