Skip to main content

Django IPG HRMS APP EMPLOYEE

Project description

  1. Add ‘employee’ to your INSTALLED_APPS settings like this:

    INSTALLED_APPS = [
        'employee'
    ]
  2. Include the employee to project URLS like this:

    path('employee/', include('employee.urls')),
  3. Run python manage.py migrate to create employee model

  4. Another Apps Need for this Apps::

    4.1. custom:: 4.2. employee:: 4.3. user

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ipghrms-employee-1.1.tar.gz (147.7 kB view hashes)

Uploaded Source

Built Distribution

django_ipghrms_employee-1.1-py3-none-any.whl (309.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page