From fae08514607270546d1654be8834144409b5fe25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BB=D0=B5=D1=80?= <101361201+DarkSteelD@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:01:41 +0300 Subject: [PATCH] feat fixed HR --- logs.log | 28 ++++++++++++++++++++++ settings/__pycache__/base.cpython-310.pyc | Bin 1866 -> 1870 bytes settings/base.py | 1 + 3 files changed, 29 insertions(+) diff --git a/logs.log b/logs.log index 1fcc9e7..11ff944 100644 --- a/logs.log +++ b/logs.log @@ -158,3 +158,31 @@ Not Found: / "GET /static/drf-yasg/insQ.min.js HTTP/1.1" 304 0 "GET /static/drf-yasg/swagger-ui-init.js HTTP/1.1" 304 0 "GET /api/pricing/swagger/?format=openapi HTTP/1.1" 200 44272 +Watching for file changes with StatReloader +Watching for file changes with StatReloader +Not Found: / +"GET / HTTP/1.1" 404 2932 +Not Found: /favicon.ico +"GET /api/hr/ HTTP/1.1" 200 10827 +"GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 304 0 +"GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 304 0 +"GET /static/rest_framework/js/csrf.js HTTP/1.1" 304 0 +"GET /static/rest_framework/css/prettify.css HTTP/1.1" 304 0 +"GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 304 0 +"GET /static/rest_framework/css/default.css HTTP/1.1" 304 0 +"GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 304 0 +"GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 304 0 +"GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 304 0 +"GET /static/rest_framework/js/default.js HTTP/1.1" 304 0 +"GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 304 0 +"GET /static/rest_framework/img/grid.png HTTP/1.1" 304 0 +"GET /api/hr/swagger HTTP/1.1" 301 0 +"GET /api/hr/swagger/ HTTP/1.1" 200 2229 +"GET /static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js HTTP/1.1" 304 0 +"GET /static/drf-yasg/insQ.min.js HTTP/1.1" 304 0 +"GET /static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js HTTP/1.1" 304 0 +"GET /static/drf-yasg/swagger-ui-init.js HTTP/1.1" 304 0 +"GET /static/drf-yasg/style.css HTTP/1.1" 200 1047 +"GET /static/drf-yasg/immutable.min.js HTTP/1.1" 304 0 +"GET /static/drf-yasg/swagger-ui-dist/swagger-ui.css HTTP/1.1" 200 145206 +"GET /api/hr/swagger/?format=openapi HTTP/1.1" 200 54931 diff --git a/settings/__pycache__/base.cpython-310.pyc b/settings/__pycache__/base.cpython-310.pyc index 041679a8fac4b0ef5f677d7791f157e80fb5a261..e43ac90accc892b74a2165967fd13e78d01d7020 100644 GIT binary patch delta 91 zcmX@bcaD!YpO=@50SJQD*QNj1$ZN>L$UE7dWiK;RM$zQoEZx$=K)G9-1x5Jb%7 delta 66 zcmX@dcZ!cUpO=@50SMye)}_DO$ZN>L$TQiVW$z@`E=Hlr-K>&~ypxx*YBGvWKF@lT UO&zGPNPY4wwthzb$y)3x095=DTmS$7 diff --git a/settings/base.py b/settings/base.py index 21adf95..04bdeb4 100644 --- a/settings/base.py +++ b/settings/base.py @@ -57,6 +57,7 @@ INSTALLED_APPS = [ 'rest_framework', 'inventory', 'warehouse', + 'hr', 'product_directory', 'goods_reception', 'pricing',