Skip to main content

Lib de apoio para projetos do RH

Project description

=====
RH_Util
=====

RH_Util is a simple Django application containing support libraries for HR projects.


Quick start
-----------

1. Add "rh_util" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'rh_util',
]

2. Include the rh_util URLconf in your project urls.py like this::

path('rh_util/', include('rh_util.urls')),

3. Run `python manage.py migrate` to create the rh_util models.

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

rh_util-1.3.tar.gz (12.7 kB view hashes)

Uploaded Source

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