From 879b2930d4097493f8ffd50c4edc0d0e4b9912c6 Mon Sep 17 00:00:00 2001 From: Florian Roger Date: Sat, 28 Sep 2024 17:51:37 +0100 Subject: [PATCH] unknown state on local folder cleaning --- .flaskenv | 0 .gitignore | 0 .vscode/launch.json | 0 Procfile | 0 README.md | 0 model.env | 0 project/admin.py | 0 project/app.py | 0 project/config.py | 0 project/database.py | 0 project/models.py | 0 project/templates/admin/actions.html | 0 project/templates/admin/file/form.html | 0 project/templates/admin/file/list.html | 0 project/templates/admin/file/modals/form.html | 0 project/templates/admin/index.html | 0 project/templates/admin/lib.html | 0 project/templates/admin/master.html | 0 project/templates/admin/model/create.html | 0 project/templates/admin/model/details.html | 0 project/templates/admin/model/edit.html | 0 project/templates/admin/model/modals/create.html | 0 project/templates/admin/model/modals/edit.html | 0 project/templates/admin/rediscli/console.html | 0 project/templates/base.html | 0 project/templates/index.html | 0 project/templates/partials/navbar.html | 0 project/templates/profile.html | 0 project/templates/security/_macros.html | 0 project/templates/security/forgot_password.html | 0 project/templates/security/login_user.html | 0 project/templates/security/register_user.html | 0 project/templates/users.html | 0 project/views.py | 0 requirements.txt | 0 35 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .flaskenv mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 Procfile mode change 100644 => 100755 README.md mode change 100644 => 100755 model.env mode change 100644 => 100755 project/admin.py mode change 100644 => 100755 project/app.py mode change 100644 => 100755 project/config.py mode change 100644 => 100755 project/database.py mode change 100644 => 100755 project/models.py mode change 100644 => 100755 project/templates/admin/actions.html mode change 100644 => 100755 project/templates/admin/file/form.html mode change 100644 => 100755 project/templates/admin/file/list.html mode change 100644 => 100755 project/templates/admin/file/modals/form.html mode change 100644 => 100755 project/templates/admin/index.html mode change 100644 => 100755 project/templates/admin/lib.html mode change 100644 => 100755 project/templates/admin/master.html mode change 100644 => 100755 project/templates/admin/model/create.html mode change 100644 => 100755 project/templates/admin/model/details.html mode change 100644 => 100755 project/templates/admin/model/edit.html mode change 100644 => 100755 project/templates/admin/model/modals/create.html mode change 100644 => 100755 project/templates/admin/model/modals/edit.html mode change 100644 => 100755 project/templates/admin/rediscli/console.html mode change 100644 => 100755 project/templates/base.html mode change 100644 => 100755 project/templates/index.html mode change 100644 => 100755 project/templates/partials/navbar.html mode change 100644 => 100755 project/templates/profile.html mode change 100644 => 100755 project/templates/security/_macros.html mode change 100644 => 100755 project/templates/security/forgot_password.html mode change 100644 => 100755 project/templates/security/login_user.html mode change 100644 => 100755 project/templates/security/register_user.html mode change 100644 => 100755 project/templates/users.html mode change 100644 => 100755 project/views.py mode change 100644 => 100755 requirements.txt diff --git a/.flaskenv b/.flaskenv old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/Procfile b/Procfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/model.env b/model.env old mode 100644 new mode 100755 diff --git a/project/admin.py b/project/admin.py old mode 100644 new mode 100755 diff --git a/project/app.py b/project/app.py old mode 100644 new mode 100755 diff --git a/project/config.py b/project/config.py old mode 100644 new mode 100755 diff --git a/project/database.py b/project/database.py old mode 100644 new mode 100755 diff --git a/project/models.py b/project/models.py old mode 100644 new mode 100755 diff --git a/project/templates/admin/actions.html b/project/templates/admin/actions.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/file/form.html b/project/templates/admin/file/form.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/file/list.html b/project/templates/admin/file/list.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/file/modals/form.html b/project/templates/admin/file/modals/form.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/index.html b/project/templates/admin/index.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/lib.html b/project/templates/admin/lib.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/master.html b/project/templates/admin/master.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/model/create.html b/project/templates/admin/model/create.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/model/details.html b/project/templates/admin/model/details.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/model/edit.html b/project/templates/admin/model/edit.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/model/modals/create.html b/project/templates/admin/model/modals/create.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/model/modals/edit.html b/project/templates/admin/model/modals/edit.html old mode 100644 new mode 100755 diff --git a/project/templates/admin/rediscli/console.html b/project/templates/admin/rediscli/console.html old mode 100644 new mode 100755 diff --git a/project/templates/base.html b/project/templates/base.html old mode 100644 new mode 100755 diff --git a/project/templates/index.html b/project/templates/index.html old mode 100644 new mode 100755 diff --git a/project/templates/partials/navbar.html b/project/templates/partials/navbar.html old mode 100644 new mode 100755 diff --git a/project/templates/profile.html b/project/templates/profile.html old mode 100644 new mode 100755 diff --git a/project/templates/security/_macros.html b/project/templates/security/_macros.html old mode 100644 new mode 100755 diff --git a/project/templates/security/forgot_password.html b/project/templates/security/forgot_password.html old mode 100644 new mode 100755 diff --git a/project/templates/security/login_user.html b/project/templates/security/login_user.html old mode 100644 new mode 100755 diff --git a/project/templates/security/register_user.html b/project/templates/security/register_user.html old mode 100644 new mode 100755 diff --git a/project/templates/users.html b/project/templates/users.html old mode 100644 new mode 100755 diff --git a/project/views.py b/project/views.py old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755