Re: Admin site in Django 1.8 tutorial giving CSRF errors

2015-05-11 Thread aRkadeFR
Can you provide us more information? Your url / views + admin.py and the settings at least? Thanks On 05/07/2015 05:36 PM, David Riddle wrote: No I have not made any changes to the admin templates. I simply followed the instructions in the tutorial. I am using Django's runserver per the tutoria

Re: Admin site in Django 1.8 tutorial giving CSRF errors

2015-05-07 Thread David Riddle
No I have not made any changes to the admin templates. I simply followed the instructions in the tutorial. I am using Django's runserver per the tutorial instructions. I am totally stumped. David On Thu, May 7, 2015 at 3:04 AM, aRkadeFR wrote: > Hey, > > You shouldn't see these errors since the

Re: Admin site in Django 1.8 tutorial giving CSRF errors

2015-05-07 Thread aRkadeFR
Hey, You shouldn't see these errors since the templates with the form and so the CSRF token are generated from the contrib app admin. Could you provide us more details of the error? Did you override the admin templates? Thanks, aRkadeFR On 05/06/2015 10:03 PM, David Riddle wrote: Hi, I am w