Merge branch 'master' of git.eleves.ens.fr:cof-geek/gestioCOF into qwann/zolicss

This commit is contained in:
Qwann 2016-07-20 18:36:09 +02:00
commit fa4308b91e
34 changed files with 488 additions and 233 deletions

View file

@ -1,5 +1,4 @@
# -*-coding:utf-8 -*
# -*- coding: utf-8 -*-
"""
Django settings for cof project.
@ -10,6 +9,10 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.8/ref/settings/
"""
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os