Lib de apoio para projetos do RH
Project description
RH_Util is a simple Django application containing support libraries for HR projects.
Quick start
Add “rh_util” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'rh_util', ]
Include the rh_util URLconf in your project urls.py like this:
path('rh_util/', include('rh_util.urls')),
Run python manage.py migrate to create the rh_util models.
Project details
Release history Release notifications | RSS feed
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.5.4.tar.gz
(13.9 kB
view hashes)