Projet

Général

Profil

0001-Atomic-settings.patch

Nickolas Grigoriadis, 11 décembre 2014 08:13

Télécharger (619 octets)

Voir les différences:

Subject: [PATCH] Atomic settings

 authentic2/settings.py | 1 +
 1 file changed, 1 insertion(+)
authentic2/settings.py
69 69
    'default': {
70 70
        'ENGINE': 'django.db.backends.sqlite3',
71 71
        'NAME': os.path.join(PROJECT_DIR, PROJECT_NAME + '.db'),
72
        'ATOMIC_REQUESTS': True,
72 73
    }
73 74
}
74 75

  
75
-