https://github.com/indrijunanda/cruddjangosimple
aplikasi CRUD simpel menggunakan django
https://github.com/indrijunanda/cruddjangosimple
Last synced: about 1 year ago
JSON representation
aplikasi CRUD simpel menggunakan django
- Host: GitHub
- URL: https://github.com/indrijunanda/cruddjangosimple
- Owner: indrijunanda
- Created: 2019-06-05T03:06:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T02:55:03.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T14:16:35.631Z (over 1 year ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CRUD Simpel menggunakan Django Framework (Bahasa Indonesia)
## Tutorial
Kebutuhan Sistem :
- Python 3.7.1
- Django
- Mysql
### Cara Instalasi
*Clone* gunakan :
```
git clone https://github.com/indrijunanda/cruddjangosimple.git
```
atau kamu bisa langsung download berbentuk format **.zip**
### Buatlah Nama Database
```
simplecrud
```
### Jalankan Aplikasi
Sebelum menjalankan aplikasi kamu harus `migrasi` terlebih dahulu :
```
py manage.py migrate
```
dan jalankan web server dengan :
```
py manage.py runserver
```
untuk akses kedalam aplikasi silahkan kunjungi http://localhost:8000/
### Dokumentasi Django Lebih lengkap
- Cek disini https://docs.djangoproject.com/en/dev/internals/contributing/
-------------------
### Cheers Up!
*Happy Developing and Learning* 💪
Regards 😁😁