Re: csrf middleware token from request body

2015-03-14 Thread Thomas Rega
Hi, for me the following snippets work: var testRun = angular.module('testRun', ['ui.bootstrap']); testRun.config(function($httpProvider) { $httpProvider.defaults.xsrfCookieName = 'csrftoken'; $httpProvider.defaults.xsrfHeaderName = 'X-CSRFToken'; }); See: https://github.com/thoreg/test_executo

Re: Django Admin New Look

2015-03-11 Thread Thomas Rega
+1 Am 11.03.2015 21:20 schrieb "elky" : > Hi everyone, > > I reworked my previous attempt > of stylizing django admin > and now it looks more like original in terms of color scheme. See > attachments. > > For those who want to play with new theme I cre

Re: Read only Test Was: Speeding up tests

2012-01-27 Thread Thomas Rega
Hi, I am interested in it - could you be so nice and make this available anywhere? Thanks a lot in advance. TR Am 17.01.2012 um 12:04 schrieb Thomas Guettler: > Hi, > > same subject, but different content: > > we have a lot of tests which are read only. They don't modify the database or > o