Hi All Just starting with django and have very quickly got to the point where I can set out a simple little app.
The next thing I need to be able to do is implement user authentication. Nothing too fancy just a basic one log in and you can do everything type set up. My question is what is the best way to go about this? Where should my security checks go, in the view? in the model? Anyone point me in the right direction? Or even a breif explanation of how django's admin authentcation works might get me going. Thanks very much in advance Charlotte