Django IPG HRMS payroll
Quick start
Add ‘payroll’ to your INSTALLED_APPS settings like this:
INSTALLED_APPS = [ 'payroll' ]Include the payroll to project URLS like this:
path('payroll/', include('payroll.urls')),Run python manage.py migrate to create payroll model
- Another Apps Need for this Apps::
4.1. custom:: 4.2. employee:: 4.3. user
Release files for django-ipghrms-payroll 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-ipghrms-payroll-1.0.tar.gz | 13.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_ipghrms_payroll-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.1 kB
Release files / django-ipghrms-payroll-1.0.tar.gz
| Download URL | django-ipghrms-payroll-1.0.tar.gz |
|---|---|
| Size | 13.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42df3f108704b0c710704c56b0d2b3bac8d6a24ede1f636cae4d150f72a5e9b3
|
|
BLAKE2b-256 checksum How to use checksums |
1bb21adf861a0028a1ebc686428ac964b2838a4d7f63ac72319de5c8fc307333
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|
Release files / django_ipghrms_payroll-1.0-py3-none-any.whl
| Download URL | django_ipghrms_payroll-1.0-py3-none-any.whl |
|---|---|
| Size | 25.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d61375b70110775bd0e0379b37705376a80eb80d1ed5d4a4fef238dd98340d0
|
|
BLAKE2b-256 checksum How to use checksums |
721867499bd8a3c00c963cfb0f0c9cbf1922e5f83a8aa4009d3e0ece182ba815
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|