Re: Admin site in Django 1.8 tutorial giving CSRF errors

2015-05-07 Thread David Riddle
u 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

Admin site in Django 1.8 tutorial giving CSRF errors

2015-05-06 Thread David Riddle
Hi, I am working through the Django 1.8 tutorial. I finished part one and am starting on part 2. I created an admin user but when I login to the /admin page I receive a 403 Error because CSRF verification failed. https://docs.djangoproject.com/en/1.8/intro/tutorial02/ Any idea what the problem

Performance of file-based sessions vs database-backed sessions

2015-03-27 Thread David Riddle
appropriate for production environments with large amounts of traffic? Thank you, David Riddle -- 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-user