Reputation: 25554
I am new to Django.
I need to know how to implement Django Authentication in the Front end. I must to create a new App called for example "auth" and the put all the code related with Authentication?
Please give me a clue on how to structure the Authentication in the Front end.
Best Regards,
Upvotes: 0
Views: 9024
Reputation: 2379
Please read Chapter 14 of the Django Book
This is for Django 1.0, but it will help you understanding the basics.
Upvotes: 4