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 041679a..e43ac90 100644 Binary files a/settings/__pycache__/base.cpython-310.pyc and b/settings/__pycache__/base.cpython-310.pyc differ 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',