Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
/ epkl Public archive

e-PKL (Praktik Kerja Lapangan) based on Python.

Notifications You must be signed in to change notification settings

HilmiZul/epkl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Program sederhana untuk mengolah data Praktik Kerja Lapangan (TKJ, RPL) :D. Pengembangan dari esp.

Requirement

  • Python 2.7.x
  • Django 1.10.x or 1.11.x
  • MySQL Server
  • xlwt
  • libmysqlclient-dev, mysqlclient

Setup

  • Download epkl-master.zip
  • Extract to ~/. Open Terminal.
  • Debian/Ubuntu: sudo apt-get install mysql-server libmysqlclient-dev python-pip
  • pip install mysqlclient
  • pip install xlwt
  • Create new database e.g. pkl
  • cd epkl-master/
  • chmod +x manage.py
  • ./manage.py makemigrations && ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver
  • Go to http://127.0.0.1:8000

How to use

Add an account

  • Go to http://127.0.0.1:8000/dapur.
  • Enter username and password you created before.
  • Go to Akun and then Add.
  • Select username.
  • Save & Done.

Login to main system

Thanks to

  • Haturnuhun Kang Vitor Freitas yang udah bantu untuk export XLS :D reference

About

e-PKL (Praktik Kerja Lapangan) based on Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published