嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
HRM:python django人事信息管理系统-源码
人力资源管理 python Django xadmin人事信息管理系统
.
├── HRM-master
│ ├── README.md
│ ├── doc
│ │ └── 人事管理系统答辩.ppt
│ ├── hrm
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── admin.cpython-35.pyc
│ │ │ ├── admin.cpython-36.pyc
│ │ │ ├── adminx.cpython-35.pyc
│ │ │ ├── adminx.cpython-36.pyc
│ │ │ ├── apps.cpython-36.pyc
│ │ │ ├── models.cpython-35.pyc
│ │ │ ├── models.cpython-36.pyc
│ │ │ ├── views.cpython-35.pyc
│ │ │ └── views.cpython-36.pyc
│ │ ├── admin.py
│ │ ├── adminx.py
│ │ ├── apps.py
│ │ ├── migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_auto_20170705_1458.py
│ │ │ ├── 0003_auto_20170705_1458.py
│ │ │ ├── 0004_auto_20170706_0930.py
│ │ │ ├── 0005_department_staff.py
│ │ │ ├── 0006_auto_20170706_1120.py
│ │ │ ├── 0007_remove_staff_department.py
│ │ │ ├── 0008_staff_department.py
│ │ │ ├── 0009_auto_20170706_1457.py
│ │ │ ├── 0010_emailverifyrecord.py
│ │ │ ├── 0011_auto_20170706_1936.py
│ │ │ ├── 0012_remove_staff_image.py
│ │ │ ├── 0013_staff_salary.py
│ │ │ ├── 0014_auto_20181111_1919.py
│ │ │ ├── 0015_auto_20181111_1958.py
│ │ │ ├── 0016_staff_user.py
│ │ │ ├── 0017_auto_20181113_0837.py
│ │ │ ├── 0018_auto_20181116_0924.py
│ │ │ ├── 0019_auto_20181116_1007.py
│ │ │ ├── 0020_auto_20181116_1240.py
│ │ │ ├── 0021_auto_20181116_1746.py
│ │ │ ├── __init__.py
│ │ │ └── __pycache__
│ │ │ ├── 0001_initial.cpython-35.pyc
│ │ │ ├── 0001_initial.cpython-36.pyc
│ │ │ ├── 0002_auto_20170705_1458.cpython-35.pyc
│ │ │ ├── 0002_auto_20170705_1458.cpython-36.pyc
│ │ │ ├── 0003_auto_20170705_1458.cpython-35.pyc
│ │ │ ├── 0003_auto_20170705_1458.cpython-36.pyc
│ │ │ ├── 0004_auto_20170706_0930.cpython-35.pyc
│ │ │ ├── 0004_auto_20170706_0930.cpython-36.pyc
│ │ │ ├── 0005_department_staff.cpython-35.pyc
│ │ │ ├── 0005_department_staff.cpython-36.pyc
│ │ │ ├── 0006_auto_20170706_1120.cpython-35.pyc
│ │ │ ├── 0006_auto_20170706_1120.cpython-36.pyc
│ │ │ ├── 0007_remove_staff_department.cpython-35.pyc
│ │ │ ├── 0007_remove_staff_department.cpython-36.pyc
│ │ │ ├── 0008_staff_department.cpython-35.pyc
│ │ │ ├── 0008_staff_department.cpython-36.pyc
│ │ │ ├── 0009_auto_20170706_1457.cpython-35.pyc
│ │ │ ├── 0009_auto_20170706_1457.cpython-36.pyc
│ │ │ ├── 0010_emailverifyrecord.cpython-35.pyc
│ │ │ ├── 0010_emailverifyrecord.cpython-36.pyc
│ │ │ ├── 0011_auto_20170706_1936.cpython-35.pyc
│ │ │ ├── 0011_auto_20170706_1936.cpython-36.pyc
│ │ │ ├── 0012_remove_staff_image.cpython-35.pyc
│ │ │ ├── 0012_remove_staff_image.cpython-36.pyc
│ │ │ ├── 0013_staff_salary.cpython-36.pyc
│ │ │ ├── 0014_auto_20181111_1919.cpython-36.pyc
│ │ │ ├── 0015_auto_20181111_1958.cpython-36.pyc
│ │ │ ├── 0016_staff_user.cpython-36.pyc
│ │ │ ├── 0017_auto_20181113_0837.cpython-36.pyc
│ │ │ ├── 0018_auto_20181116_0924.cpython-36.pyc
│ │ │ ├── 0019_auto_20181116_1007.cpython-36.pyc
│ │ │ ├── 0020_auto_20181116_1240.cpython-36.pyc
│ │ │ ├── 0021_auto_20181116_1746.cpython-36.pyc
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ └── __init__.cpython-36.pyc
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── views.py
│ ├── hrmdjango
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── settings.cpython-35.pyc
│ │ │ ├── settings.cpython-36.pyc
│ │ │ ├── urls.cpython-35.pyc
│ │ │ ├── urls.cpython-36.pyc
│ │ │ ├── wsgi.cpython-35.pyc
│ │ │ └── wsgi.cpython-36.pyc
│ │ ├── settings.py
│ │ ├── settings.pyc
│ │ ├── urls.py
│ │ └── wsgi.py
│ ├── manage.py
│ ├── requirements.txt
│ ├── templates
│ │ └── staffsubmit.html
│ └── xadmin
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── __pycache__
│ │ ├── __init__.cpython-35.pyc
│ │ ├── __init__.cpython-36.pyc
│ │ ├── adminx.cpython-35.pyc
│ │ ├── adminx.cpython-36.pyc
│ │ ├── apps.cpython-35.pyc
│ │ ├── apps.cpython-36.pyc
│ │ ├── filters.cpython-35.pyc
│ │ ├── filters.cpython-36.pyc
│ │ ├── forms.cpython-35.pyc
│ │ ├── forms.cpython-36.pyc
│ │ ├── layout.cpython-35.pyc
│ │ ├── layout.cpython-36.pyc
│ │ ├── models.cpython-35.pyc
│ │ ├── models.cpython-36.pyc
│ │ ├── sites.cpython-35.pyc
│ │ ├── sites.cpython-36.pyc
│ │ ├── util.cpython-35.pyc
│ │ ├── util.cpython-36.pyc
│ │ ├── vendors.cpython-35.pyc
│ │ ├── vendors.cpython-36.pyc
│ │ ├── widgets.cpython-35.pyc
│ │ └── widgets.cpython-36.pyc
│ ├── adminx.py
│ ├── apps.py
│ ├── filters.py
│ ├── forms.py
│ ├── layout.py
│ ├── locale
│ │ ├── de_DE
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── en
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── es_MX
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── eu
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── id_ID
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── ja
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── lt
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── nl_NL
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── pl
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── pt_BR
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── ru_RU
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ ├── django.po
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ └── zh_Hans
│ │ └── LC_MESSAGES
│ │ ├── django.mo
│ │ ├── django.po
│ │ ├── djangojs.mo
│ │ └── djangojs.po
│ ├── migrations
│ │ ├── 0001_initial.py
│ │ ├── 0002_log.py
│ │ ├── 0003_auto_20160715_0100.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ │ ├── 0001_initial.cpython-35.pyc
│ │ ├── 0001_initial.cpython-36.pyc
│ │ ├── 0002_log.cpython-35.pyc
│ │ ├── 0002_log.cpython-36.pyc
│ │ ├── 0003_auto_20160715_0100.cpython-35.pyc
│ │ ├── 0003_auto_20160715_0100.cpython-36.pyc
│ │ ├── __init__.cpython-35.pyc
│ │ └── __init__.cpython-36.pyc
│ ├── models.py
│ ├── plugins
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── actions.cpython-35.pyc
│ │ │ ├── actions.cpython-36.pyc
│ │ │ ├── aggregation.cpython-35.pyc
│ │ │ ├── aggregation.cpython-36.pyc
│ │ │ ├── ajax.cpython-35.pyc
│ │ │ ├── ajax.cpython-36.pyc
│ │ │ ├── auth.cpython-35.pyc
│ │ │ ├── auth.cpython-36.pyc
│ │ │ ├── bookmark.cpython-35.pyc
│ │ │ ├── bookmark.cpython-36.pyc
│ │ │ ├── chart.cpython-35.pyc
│ │ │ ├── chart.cpython-36.pyc
│ │ │ ├── details.cpython-35.pyc
│ │ │ ├── details.cpython-36.pyc
│ │ │ ├── editable.cpython-35.pyc
│ │ │ ├── editable.cpython-36.pyc
│ │ │ ├── export.cpython-35.pyc
│ │ │ ├── export.cpython-36.pyc
│ │ │ ├── filters.cpython-35.pyc
│ │ │ ├── filters.cpython-36.pyc
│ │ │ ├── images.cpython-35.pyc
│ │ │ ├── images.cpython-36.pyc
│ │ │ ├── inline.cpython-35.pyc
│ │ │ ├── inline.cpython-36.pyc
│ │ │ ├── language.cpython-35.pyc
│ │ │ ├── language.cpython-36.pyc
│ │ │ ├── layout.cpython-35.pyc
│ │ │ ├── layout.cpython-36.pyc
│ │ │ ├── mobile.cpython-35.pyc
│ │ │ ├── mobile.cpython-36.pyc
│ │ │ ├── multiselect.cpython-35.pyc
│ │ │ ├── multiselect.cpython-36.pyc
│ │ │ ├── passwords.cpython-35.pyc
│ │ │ ├── passwords.cpython-36.pyc
│ │ │ ├── portal.cpython-35.pyc
│ │ │ ├── portal.cpython-36.pyc
│ │ │ ├── quickfilter.cpython-35.pyc
│ │ │ ├── quickfilter.cpython-36.pyc
│ │ │ ├── quickform.cpython-35.pyc
│ │ │ ├── quickform.cpython-36.pyc
│ │ │ ├── refresh.cpython-35.pyc
│ │ │ ├── refresh.cpython-36.pyc
│ │ │ ├── relate.cpython-35.pyc
│ │ │ ├── relate.cpython-36.pyc
│ │ │ ├── relfield.cpython-35.pyc
│ │ │ ├── relfield.cpython-36.pyc
│ │ │ ├── sitemenu.cpython-35.pyc
│ │ │ ├── sitemenu.cpython-36.pyc
│ │ │ ├── sortablelist.cpython-35.pyc
│ │ │ ├── sortablelist.cpython-36.pyc
│ │ │ ├── themes.cpython-35.pyc
│ │ │ ├── themes.cpython-36.pyc
│ │ │ ├── topnav.cpython-35.pyc
│ │ │ ├── topnav.cpython-36.pyc
│ │ │ ├── utils.cpython-35.pyc
│ │ │ ├── utils.cpython-36.pyc
│ │ │ ├── wizard.cpython-35.pyc
│ │ │ └── wizard.cpython-36.pyc
│ │ ├── actions.py
│ │ ├── aggregation.py
│ │ ├── ajax.py
│ │ ├── auth.py
│ │ ├── batch.py
│ │ ├── bookmark.py
│ │ ├── chart.py
│ │ ├── comments.py
│ │ ├── details.py
│ │ ├── editable.py
│ │ ├── export.py
│ │ ├── filters.py
│ │ ├── images.py
│ │ ├── inline.py
│ │ ├── language.py
│ │ ├── layout.py
│ │ ├── mobile.py
│ │ ├── multiselect.py
│ │ ├── passwords.py
│ │ ├── portal.py
│ │ ├── quickfilter.py
│ │ ├── quickform.py
│ │ ├── refresh.py
│ │ ├── relate.py
│ │ ├── relfield.py
│ │ ├── sitemenu.py
│ │ ├── sortablelist.py
│ │ ├── themes.py
│ │ ├── topnav.py
│ │ ├── utils.py
│ │ ├── wizard.py
│ │ └── xversion.py
│ ├── sites.py
│ ├── sites.pyc
│ ├── static
│ │ └── xadmin
│ │ ├── component.json
│ │ ├── css
│ │ │ ├── themes
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ └── bootstrap-xadmin.css
│ │ │ ├── xadmin.form.css
│ │ │ ├── xadmin.main.css
│ │ │ ├── xadmin.mobile.css
│ │ │ ├── xadmin.page.dashboard.css
│ │ │ ├── xadmin.plugin.aggregation.css
│ │ │ ├── xadmin.plugin.formset.css
│ │ │ ├── xadmin.plugin.quickfilter.css
│ │ │ ├── xadmin.plugins.css
│ │ │ ├── xadmin.responsive.css
│ │ │ ├── xadmin.widget.editable.css
│ │ │ └── xadmin.widget.select-transfer.css
│ │ ├── js
│ │ │ ├── xadmin.main.js
│ │ │ ├── xadmin.page.dashboard.js
│ │ │ ├── xadmin.page.form.js
│ │ │ ├── xadmin.page.list.js
│ │ │ ├── xadmin.plugin.actions.js
│ │ │ ├── xadmin.plugin.batch.js
│ │ │ ├── xadmin.plugin.bookmark.js
│ │ │ ├── xadmin.plugin.charts.js
│ │ │ ├── xadmin.plugin.details.js
│ │ │ ├── xadmin.plugin.editable.js
│ │ │ ├── xadmin.plugin.filters.js
│ │ │ ├── xadmin.plugin.formset.js
│ │ │ ├── xadmin.plugin.portal.js
│ │ │ ├── xadmin.plugin.quick-form.js
│ │ │ ├── xadmin.plugin.quickfilter.js
│ │ │ ├── xadmin.plugin.refresh.js
│ │ │ ├── xadmin.plugin.revision.js
│ │ │ ├── xadmin.plugin.sortablelist.js
│ │ │ ├── xadmin.plugin.themes.js
│ │ │ ├── xadmin.responsive.js
│ │ │ ├── xadmin.widget.datetime.js
│ │ │ ├── xadmin.widget.multiselect.js
│ │ │ ├── xadmin.widget.select-transfer.js
│ │ │ └── xadmin.widget.select.js
│ │ └── vendor
│ │ ├── autotype
│ │ │ └── index.js
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ └── bootstrap.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap-clockpicker
│ │ │ ├── bootstrap-clockpicker.css
│ │ │ ├── bootstrap-clockpicker.js
│ │ │ ├── bootstrap-clockpicker.min.css
│ │ │ └── bootstrap-clockpicker.min.js
│ │ ├── bootstrap-datepicker
│ │ │ ├── css
│ │ │ │ └── datepicker.css
│ │ │ └── js
│ │ │ ├── bootstrap-datepicker.js
│ │ │ └── locales
│ │ │ ├── bootstrap-datepicker.bg.js
│ │ │ ├── bootstrap-datepicker.ca.js
│ │ │ ├── bootstrap-datepicker.cs.js
│ │ │ ├── bootstrap-datepicker.da.js
│ │ │ ├── bootstrap-datepicker.de.js
│ │ │ ├── bootstrap-datepicker.el.js
│ │ │ ├── bootstrap-datepicker.es.js
│ │ │ ├── bootstrap-datepicker.fi.js
│ │ │ ├── bootstrap-datepicker.fr.js
│ │ │ ├── bootstrap-datepicker.he.js
│ │ │ ├── bootstrap-datepicker.hr.js
│ │ │ ├── bootstrap-datepicker.hu.js
│ │ │ ├── bootstrap-datepicker.id.js
│ │ │ ├── bootstrap-datepicker.is.js
│ │ │ ├── bootstrap-datepicker.it.js
│ │ │ ├── bootstrap-datepicker.ja.js
│ │ │ ├── bootstrap-datepicker.kr.js
│ │ │ ├── bootstrap-datepicker.lt.js
│ │ │ ├── bootstrap-datepicker.lv.js
│ │ │ ├── bootstrap-datepicker.ms.js
│ │ │ ├── bootstrap-datepicker.nb.js
│ │ │ ├── bootstrap-datepicker.nl.js
│ │ │ ├── bootstrap-datepicker.pl.js
│ │ │ ├── bootstrap-datepicker.pt-BR.js
│ │ │ ├── bootstrap-datepicker.pt.js
│ │ │ ├── bootstrap-datepicker.ro.js
│ │ │ ├── bootstrap-datepicker.rs-latin.js
│ │ │ ├── bootstrap-datepicker.rs.js
│ │ │ ├── bootstrap-datepicker.ru.js
│ │ │ ├── bootstrap-datepicker.sk.js
│ │ │ ├── bootstrap-datepicker.sl.js
│ │ │ ├── bootstrap-datepicker.sv.js
│ │ │ ├── bootstrap-datepicker.sw.js
│ │ │ ├── bootstrap-datepicker.th.js
│ │ │ ├── bootstrap-datepicker.tr.js
│ │ │ ├── bootstrap-datepicker.uk.js
│ │ │ ├── bootstrap-datepicker.zh-CN.js
│ │ │ └── bootstrap-datepicker.zh-TW.js
│ │ ├── bootstrap-image-gallery
│ │ │ ├── css
│ │ │ │ ├── bootstrap-image-gallery.css
│ │ │ │ └── bootstrap-image-gallery.min.css
│ │ │ ├── img
│ │ │ │ └── loading.gif
│ │ │ └── js
│ │ │ ├── bootstrap-image-gallery.js
│ │ │ └── bootstrap-image-gallery.min.js
│ │ ├── bootstrap-modal
│ │ │ ├── css
│ │ │ │ └── bootstrap-modal.css
│ │ │ ├── img
│ │ │ │ └── ajax-loader.gif
│ │ │ └── js
│ │ │ ├── bootstrap-modal.js
│ │ │ └── bootstrap-modalmanager.js
│ │ ├── bootstrap-multiselect
│ │ │ ├── css
│ │ │ │ └── bootstrap-multiselect.css
│ │ │ └── js
│ │ │ └── bootstrap-multiselect.js
│ │ ├── bootstrap-timepicker
│ │ │ ├── css
│ │ │ │ ├── bootstrap-timepicker.css
│ │ │ │ └── bootstrap-timepicker.min.css
│ │ │ └── js
│ │ │ ├── bootstrap-timepicker.js
│ │ │ └── bootstrap-timepicker.min.js
│ │ ├── flot
│ │ │ ├── excanvas.js
│ │ │ ├── excanvas.min.js
│ │ │ ├── jquery.colorhelpers.js
│ │ │ ├── jquery.flot.aggregate.js
│ │ │ ├── jquery.flot.canvas.js
│ │ │ ├── jquery.flot.categories.js
│ │ │ ├── jquery.flot.crosshair.js
│ │ │ ├── jquery.flot.errorbars.js
│ │ │ ├── jquery.flot.fillbetween.js
│ │ │ ├── jquery.flot.image.js
│ │ │ ├── jquery.flot.js
│ │ │ ├── jquery.flot.navigate.js
│ │ │ ├── jquery.flot.pie.js
│ │ │ ├── jquery.flot.resize.js
│ │ │ ├── jquery.flot.selection.js
│ │ │ ├── jquery.flot.stack.js
│ │ │ ├── jquery.flot.symbol.js
│ │ │ ├── jquery.flot.threshold.js
│ │ │ └── jquery.flot.time.js
│ │ ├── font-awesome
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ └── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── jquery
│ │ │ ├── jquery.js
│ │ │ └── jquery.min.js
│ │ ├── jquery-ui
│ │ │ ├── jquery.ui.core.js
│ │ │ ├── jquery.ui.core.min.js
│ │ │ ├── jquery.ui.effect.js
│ │ │ ├── jquery.ui.effect.min.js
│ │ │ ├── jquery.ui.mouse.js
│ │ │ ├── jquery.ui.mouse.min.js
│ │ │ ├── jquery.ui.sortable.js
│ │ │ ├── jquery.ui.sortable.min.js
│ │ │ ├── jquery.ui.widget.js
│ │ │ └── jquery.ui.widget.min.js
│ │ ├── load-image
│ │ │ ├── load-image.js
│ │ │ └── load-image.min.js
│ │ ├── select2
│ │ │ ├── select2-spinner.gif
│ │ │ ├── select2.css
│ │ │ ├── select2.js
│ │ │ ├── select2.min.js
│ │ │ ├── select2.png
│ │ │ ├── select2_locale_de.js
│ │ │ ├── select2_locale_en.js
│ │ │ ├── select2_locale_es.js
│ │ │ ├── select2_locale_eu.js
│ │ │ ├── select2_locale_fr.js
│ │ │ ├── select2_locale_hr.js
│ │ │ ├── select2_locale_hu.js
│ │ │ ├── select2_locale_it.js
│ │ │ ├── select2_locale_nl.js
│ │ │ ├── select2_locale_pt-BR.js
│ │ │ ├── select2_locale_pt-PT.js
│ │ │ ├── select2_locale_ro.js
│ │ │ ├── select2_locale_ru.js
│ │ │ ├── select2_locale_sk.js
│ │ │ ├── select2_locale_sv.js
│ │ │ ├── select2_locale_tr.js
│ │ │ ├── select2_locale_ua.js
│ │ │ ├── select2_locale_zh-CN.js
│ │ │ ├── select2_locale_zh-hans.js
│ │ │ └── select2x2.png
│ │ ├── selectize
│ │ │ ├── selectize.bootstrap2.css
│ │ │ ├── selectize.bootstrap3.css
│ │ │ ├── selectize.css
│ │ │ ├── selectize.default.css
│ │ │ ├── selectize.js
│ │ │ ├── selectize.legacy.css
│ │ │ └── selectize.min.js
│ │ └── snapjs
│ │ ├── snap.css
│ │ ├── snap.js
│ │ └── snap.min.js
│ ├── templates
│ │ └── xadmin
│ │ ├── 404.html
│ │ ├── 500.html
│ │ ├── auth
│ │ │ ├── password_reset
│ │ │ │ ├── complete.html
│ │ │ │ ├── confirm.html
│ │ │ │ ├── done.html
│ │ │ │ ├── email.html
│ │ │ │ └── form.html
│ │ │ └── user
│ │ │ ├── add_form.html
│ │ │ └── change_password.html
│ │ ├── base.html
│ │ ├── base_site.html
│ │ ├── blocks
│ │ │ ├── comm.top.setlang.html
│ │ │ ├── comm.top.theme.html
│ │ │ ├── comm.top.topnav.html
│ │ │ ├── modal_list.left_navbar.quickfilter.html
│ │ │ ├── model_form.before_fieldsets.wizard.html
│ │ │ ├── model_form.submit_line.wizard.html
│ │ │ ├── model_list.nav_form.search_form.html
│ │ │ ├── model_list.nav_menu.bookmarks.html
│ │ │ ├── model_list.nav_menu.filters.html
│ │ │ ├── model_list.results_bottom.actions.html
│ │ │ ├── model_list.results_top.charts.html
│ │ │ ├── model_list.results_top.date_hierarchy.html
│ │ │ ├── model_list.top_toolbar.exports.html
│ │ │ ├── model_list.top_toolbar.layouts.html
│ │ │ ├── model_list.top_toolbar.refresh.html
│ │ │ └── model_list.top_toolbar.saveorder.html
│ │ ├── edit_inline
│ │ │ ├── accordion.html
│ │ │ ├── base.html
│ │ │ ├── blank.html
│ │ │ ├── one.html
│ │ │ ├── stacked.html
│ │ │ ├── tab.html
│ │ │ └── tabular.html
│ │ ├── filters
│ │ │ ├── char.html
│ │ │ ├── checklist.html
│ │ │ ├── date.html
│ │ │ ├── fk_search.html
│ │ │ ├── list.html
│ │ │ ├── number.html
│ │ │ ├── quickfilter.html
│ │ │ └── rel.html
│ │ ├── forms
│ │ │ └── transfer.html
│ │ ├── grids
│ │ │ └── thumbnails.html
│ │ ├── includes
│ │ │ ├── box.html
│ │ │ ├── pagination.html
│ │ │ ├── sitemenu_accordion.html
│ │ │ ├── sitemenu_default.html
│ │ │ ├── submit_line.html
│ │ │ ├── toggle_back.html
│ │ │ └── toggle_menu.html
│ │ ├── layout
│ │ │ ├── field_value.html
│ │ │ ├── field_value_td.html
│ │ │ ├── fieldset.html
│ │ │ ├── input_group.html
│ │ │ └── td-field.html
│ │ ├── views
│ │ │ ├── app_index.html
│ │ │ ├── batch_change_form.html
│ │ │ ├── dashboard.html
│ │ │ ├── form.html
│ │ │ ├── invalid_setup.html
│ │ │ ├── logged_out.html
│ │ │ ├── login.html
│ │ │ ├── model_dashboard.html
│ │ │ ├── model_delete_confirm.html
│ │ │ ├── model_delete_selected_confirm.html
│ │ │ ├── model_detail.html
│ │ │ ├── model_form.html
│ │ │ ├── model_history.html
│ │ │ ├── model_list.html
│ │ │ ├── quick_detail.html
│ │ │ ├── quick_form.html
│ │ │ ├── recover_form.html
│ │ │ ├── recover_list.html
│ │ │ ├── revision_diff.html
│ │ │ └── revision_form.html
│ │ └── widgets
│ │ ├── addform.html
│ │ ├── base.html
│ │ ├── chart.html
│ │ ├── list.html
│ │ └── qbutton.html
│ ├── templatetags
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── xadmin_tags.cpython-35.pyc
│ │ │ └── xadmin_tags.cpython-36.pyc
│ │ └── xadmin_tags.py
│ ├── util.py
│ ├── vendors.py
│ ├── views
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-35.pyc
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── base.cpython-35.pyc
│ │ │ ├── base.cpython-36.pyc
│ │ │ ├── dashboard.cpython-35.pyc
│ │ │ ├── dashboard.cpython-36.pyc
│ │ │ ├── delete.cpython-35.pyc
│ │ │ ├── delete.cpython-36.pyc
│ │ │ ├── detail.cpython-35.pyc
│ │ │ ├── detail.cpython-36.pyc
│ │ │ ├── edit.cpython-35.pyc
│ │ │ ├── edit.cpython-36.pyc
│ │ │ ├── form.cpython-35.pyc
│ │ │ ├── form.cpython-36.pyc
│ │ │ ├── list.cpython-35.pyc
│ │ │ ├── list.cpython-36.pyc
│ │ │ ├── website.cpython-35.pyc
│ │ │ └── website.cpython-36.pyc
│ │ ├── base.py
│ │ ├── dashboard.py
│ │ ├── delete.py
│ │ ├── detail.py
│ │ ├── edit.py
│ │ ├── form.py
│ │ ├── list.py
│ │ └── website.py
│ └── widgets.py
└── HRMpython django人事信息管理系统-源码_HRM-master.zip
98 directories, 580 files