env1 #34

Merged
sorel merged 3 commits from env1 into main 2026-05-04 12:39:24 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit ecdaa9f9f9 - Show all commits

4
.gitignore vendored
View File

@@ -1,5 +1,3 @@
db.sqlite3
venv/*
media/*
*.pyc
__pycache__/
media/*

View File

@@ -15,6 +15,7 @@ class Employe(models.Model):
FONCTION_LISTE = [
('directeur', 'Directeur'),
('assistant_direction', 'Assistante de direction'),
('assistant_technique_recherche', 'Assistant technique de recherche'),
('comptable', 'Comptable'),
('raf', 'RAF'),
('data_manager', 'Data Manager'),