From d3febb5a6a7353ba0e418027dfc786548ecf9399 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Thu, 28 Dec 2023 10:45:12 +0000 Subject: [PATCH] dev --- .gitignore | 0 pyproger/config.py | 0 pyproger/errors/__init__.py | 0 pyproger/errors/errors.py | 0 pyproger/errors/routes.py | 0 pyproger/static/favicon.ico | Bin pyproger/templates/admin/index.html | 0 pyproger/templates/errors/404.html | 0 pyproger/templates/my_master.html | 0 pyproger/templates/security/_macros.html | 0 pyproger/templates/security/change_password.html | 0 pyproger/templates/security/forgot_password.html | 0 pyproger/templates/security/login_user.html | 0 pyproger/templates/security/register_user.html | 0 pyproger/templates/security/reset_password.html | 0 wsgi.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 pyproger/config.py mode change 100755 => 100644 pyproger/errors/__init__.py mode change 100755 => 100644 pyproger/errors/errors.py mode change 100755 => 100644 pyproger/errors/routes.py mode change 100755 => 100644 pyproger/static/favicon.ico mode change 100755 => 100644 pyproger/templates/admin/index.html mode change 100755 => 100644 pyproger/templates/errors/404.html mode change 100755 => 100644 pyproger/templates/my_master.html mode change 100755 => 100644 pyproger/templates/security/_macros.html mode change 100755 => 100644 pyproger/templates/security/change_password.html mode change 100755 => 100644 pyproger/templates/security/forgot_password.html mode change 100755 => 100644 pyproger/templates/security/login_user.html mode change 100755 => 100644 pyproger/templates/security/register_user.html mode change 100755 => 100644 pyproger/templates/security/reset_password.html mode change 100755 => 100644 wsgi.py diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/pyproger/config.py b/pyproger/config.py old mode 100755 new mode 100644 diff --git a/pyproger/errors/__init__.py b/pyproger/errors/__init__.py old mode 100755 new mode 100644 diff --git a/pyproger/errors/errors.py b/pyproger/errors/errors.py old mode 100755 new mode 100644 diff --git a/pyproger/errors/routes.py b/pyproger/errors/routes.py old mode 100755 new mode 100644 diff --git a/pyproger/static/favicon.ico b/pyproger/static/favicon.ico old mode 100755 new mode 100644 diff --git a/pyproger/templates/admin/index.html b/pyproger/templates/admin/index.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/errors/404.html b/pyproger/templates/errors/404.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/my_master.html b/pyproger/templates/my_master.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/_macros.html b/pyproger/templates/security/_macros.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/change_password.html b/pyproger/templates/security/change_password.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/forgot_password.html b/pyproger/templates/security/forgot_password.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/login_user.html b/pyproger/templates/security/login_user.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/register_user.html b/pyproger/templates/security/register_user.html old mode 100755 new mode 100644 diff --git a/pyproger/templates/security/reset_password.html b/pyproger/templates/security/reset_password.html old mode 100755 new mode 100644 diff --git a/wsgi.py b/wsgi.py old mode 100755 new mode 100644