First commit

This commit is contained in:
alazo 2017-01-05 07:09:33 +01:00
commit dc05952f76
46 changed files with 1752 additions and 0 deletions

12
cms/forms.py Normal file
View file

@ -0,0 +1,12 @@
# -*- encoding: utf-8 -*-
'''
Created on 17 nov. 2012
@author: alzo
'''
from django import forms
class DocumentForm(forms.Form):
docfile = forms.FileField(label='Selectionner un fichier',
help_text='Taille max.: 42 megabytes')