initial upload

This commit is contained in:
2023-06-22 10:34:18 +02:00
parent 6df897b44d
commit 5c621cf669
1030 changed files with 355394 additions and 49 deletions

View File

@@ -0,0 +1,34 @@
CHANGES.txt
MANIFEST.in
README.md
development.ini
production.ini
setup.py
aem_gestion/__init__.py
aem_gestion/layout.py
aem_gestion/panels.py
aem_gestion/routes.py
aem_gestion/security.py
aem_gestion.egg-info/PKG-INFO
aem_gestion.egg-info/SOURCES.txt
aem_gestion.egg-info/dependency_links.txt
aem_gestion.egg-info/entry_points.txt
aem_gestion.egg-info/not-zip-safe
aem_gestion.egg-info/requires.txt
aem_gestion.egg-info/top_level.txt
aem_gestion/models/__init__.py
aem_gestion/models/crm.py
aem_gestion/models/default.py
aem_gestion/models/eleves.py
aem_gestion/models/examens.py
aem_gestion/models/parametres.py
aem_gestion/models/planning.py
aem_gestion/scripts/__init__.py
aem_gestion/views/__init__.py
aem_gestion/views/crm.py
aem_gestion/views/default.py
aem_gestion/views/eleves.py
aem_gestion/views/examens.py
aem_gestion/views/notfound.py
aem_gestion/views/parametres.py
aem_gestion/views/planning.py