Tuesday, July 23, 2019

Re: let the previous file as it is now i am doing another one and it is showing same problem

To Ajeet,

I believe this tutorial may help you understand authentication implementations. It won't ultimately be your end user registrations but it's a basic start.

Link:

On Tue, Jul 23, 2019 at 7:34 PM Ajeet Kumar Gupt <ajeetgupt1982@gmail.com> wrote:
Dear Team,

I am very new in Django, I read tutorials of Django and python but I want to start the development process with a very small application.

Like End User registration, end-user login. How to implement a little bit confused.  I need a help from your side how to start and how to implement a simple way.


Thanks

Ajeet




On Tue, Jul 23, 2019 at 10:56 AM gilwell muhati <gilwellm@gmail.com> wrote:
Please have a look at this tutorial on how to retrieve data from models.

You need to create a model in your models.py then use views.py to retrieve it. 
use a context in your views to pull multiple records  e.g

destinations =  Destinations.objects.all()
context = {
     'destinations':destinations
}



Regards,

Gilwell Muhati | +254 710 739 116 |

~~"The mind is its own place and in itself can make a heaven of hell, a hell of heaven…"~~John Milton


On Tue, Jul 23, 2019 at 9:20 AM Mukul Dharwala <dharwalamukul@gmail.com> wrote:

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALO4FhFv53j5JMvFT%2Bgjp0bND30SkPofmtTGWJSMPmj_97u6cg%40mail.gmail.com.



--






Thanks & Regards
Ajeet Kumar Gupt
+91-9311232332

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BTqRss2bO%2B4UXDKzNw53JCQzT3WUoUPhAa6EyE_Frk3SJTMJQ%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPcVkjifFrgRrUC-sw%2BE6t6MLG0tsLL%2B%3D2Z-c0-4cLTy-CF_Tw%40mail.gmail.com.

No comments:

Post a Comment