Aplikasi managemen data karyawan
Project description
=====
Data Karyawan
=====
Data karyawan adalah aplikasi berbasis web yang menghandle
pembuatan user. Aplikasi ini juga mengirimkan email notifikasi
kepada user baru untuk aktivasi akun serta merubah password.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "datakaryawan" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'datakaryawan',
]
2. Include the datakaryawan URLconf in your project urls.py like this::
path('datakaryawan/', include('datakaryawan.urls')),
3. Run `python manage.py migrate` to create the datakaryawan models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a datakaryawan (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/datakaryawan/ untuk mulai menggunakan aplikasi data karyawan.
Data Karyawan
=====
Data karyawan adalah aplikasi berbasis web yang menghandle
pembuatan user. Aplikasi ini juga mengirimkan email notifikasi
kepada user baru untuk aktivasi akun serta merubah password.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "datakaryawan" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'datakaryawan',
]
2. Include the datakaryawan URLconf in your project urls.py like this::
path('datakaryawan/', include('datakaryawan.urls')),
3. Run `python manage.py migrate` to create the datakaryawan models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a datakaryawan (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/datakaryawan/ untuk mulai menggunakan aplikasi data karyawan.
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
el-user-0.1.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
el_user-0.1-py2-none-any.whl
(3.3 kB
view details)
File details
Details for the file el-user-0.1.tar.gz.
File metadata
- Download URL: el-user-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86902ba3bf9ba6942f6beb755a37dea1a0221f3ca83fe245e958085b4935684c
|
|
| MD5 |
db4d1f1ef69cbcaf15f6094f128a2bdc
|
|
| BLAKE2b-256 |
e15932b16cc7be9ab9409decbc4fe01ca50e5cb7fb7ca42636c833c9ce84bb2e
|
File details
Details for the file el_user-0.1-py2-none-any.whl.
File metadata
- Download URL: el_user-0.1-py2-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ab8c7937bee22b2148edfcbcf0688be797fb08598b2e75c37f7a5dbfbf5e09
|
|
| MD5 |
8af4f6546f6db2c6da2702be739c8ac2
|
|
| BLAKE2b-256 |
4a83d5e66a49700659483c4a6f79902d5b752c6d16b354cad33fc875115326fd
|