Compare commits
4 Commits
liste_bail
...
3cc8e292b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc8e292b3 | |||
| 34d1464391 | |||
| 6c12131fab | |||
| 19e4675f32 |
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,10 +1,3 @@
|
||||
# db.sqlite3
|
||||
# venv/*
|
||||
# media/*
|
||||
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
db.sqlite3
|
||||
venv/
|
||||
.env
|
||||
venv/*
|
||||
media/*
|
||||
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
pipeline
|
||||
{
|
||||
agent { dockerfile true }
|
||||
stages
|
||||
{
|
||||
stage ( 'Build' )
|
||||
{
|
||||
steps
|
||||
{
|
||||
echo 'Test réussi'
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
SIRH/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
SIRH/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
SIRH/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
SIRH/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/__init__.cpython-314.pyc
Normal file
BIN
SIRH/__pycache__/__init__.cpython-314.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/settings.cpython-310.pyc
Normal file
BIN
SIRH/__pycache__/settings.cpython-310.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/settings.cpython-312.pyc
Normal file
BIN
SIRH/__pycache__/settings.cpython-312.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/settings.cpython-313.pyc
Normal file
BIN
SIRH/__pycache__/settings.cpython-313.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/settings.cpython-314.pyc
Normal file
BIN
SIRH/__pycache__/settings.cpython-314.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/urls.cpython-310.pyc
Normal file
BIN
SIRH/__pycache__/urls.cpython-310.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/urls.cpython-312.pyc
Normal file
BIN
SIRH/__pycache__/urls.cpython-312.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/urls.cpython-313.pyc
Normal file
BIN
SIRH/__pycache__/urls.cpython-313.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/urls.cpython-314.pyc
Normal file
BIN
SIRH/__pycache__/urls.cpython-314.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/views.cpython-310.pyc
Normal file
BIN
SIRH/__pycache__/views.cpython-310.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/views.cpython-312.pyc
Normal file
BIN
SIRH/__pycache__/views.cpython-312.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/views.cpython-313.pyc
Normal file
BIN
SIRH/__pycache__/views.cpython-313.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/views.cpython-314.pyc
Normal file
BIN
SIRH/__pycache__/views.cpython-314.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/wsgi.cpython-310.pyc
Normal file
BIN
SIRH/__pycache__/wsgi.cpython-310.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/wsgi.cpython-312.pyc
Normal file
BIN
SIRH/__pycache__/wsgi.cpython-312.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/wsgi.cpython-313.pyc
Normal file
BIN
SIRH/__pycache__/wsgi.cpython-313.pyc
Normal file
Binary file not shown.
BIN
SIRH/__pycache__/wsgi.cpython-314.pyc
Normal file
BIN
SIRH/__pycache__/wsgi.cpython-314.pyc
Normal file
Binary file not shown.
@@ -2,21 +2,6 @@
|
||||
{% load tags_personnaliser %}
|
||||
|
||||
<div class="col-3 bg-danger d-flex flex-column vh-100 pt-5 sticky-top">
|
||||
<div class="text-center mb-4">
|
||||
{% if user.employe.photo %}
|
||||
<img src="{{ user.employe.photo.url }}"
|
||||
class="rounded-circle"
|
||||
width="80"
|
||||
height="80"
|
||||
style="object-fit:cover;">
|
||||
{% else %}
|
||||
<i class="bi bi-person-circle text-white" style="font-size:60px;"></i>
|
||||
{% endif %}
|
||||
<div class="text-white mt-2">
|
||||
{{ user.username }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a href="{% url 'gestion_employe:mon-profil' %}" class="text-white fw-bold text-decoration-none mb-4" style="font-size:1.4em">
|
||||
<i class="bi bi-person-circle"></i> Mon profil
|
||||
</a>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
gestion_conge/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/__init__.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/__init__.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/admin.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/admin.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/admin.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/admin.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/admin.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/admin.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/admin.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/admin.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/apps.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/apps.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/apps.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/apps.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/apps.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/apps.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/apps.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/apps.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/forms.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/forms.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/forms.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/forms.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/forms.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/forms.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/forms.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/forms.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/models.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/models.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/models.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/models.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/models.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/models.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/models.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/models.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/urls.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/urls.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/urls.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/urls.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/urls.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/urls.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/urls.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/urls.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/views.cpython-310.pyc
Normal file
BIN
gestion_conge/__pycache__/views.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/views.cpython-312.pyc
Normal file
BIN
gestion_conge/__pycache__/views.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/views.cpython-313.pyc
Normal file
BIN
gestion_conge/__pycache__/views.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/__pycache__/views.cpython-314.pyc
Normal file
BIN
gestion_conge/__pycache__/views.cpython-314.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-314.pyc
Normal file
BIN
gestion_conge/migrations/__pycache__/__init__.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gestion_employe/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
gestion_employe/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
gestion_employe/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
gestion_employe/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
gestion_employe/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
gestion_employe/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
gestion_employe/__pycache__/__init__.cpython-314.pyc
Normal file
BIN
gestion_employe/__pycache__/__init__.cpython-314.pyc
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user