Git Product home page Git Product logo

sia's Introduction

#SIA (Sistem Informasi Akademik)

image

Tentang SIA

SIA merupakan proyek bersama yang digagas oleh Django Indonesia (Facebook Group) dengan tujuan sebagai:

  1. Tempat sharing pengetahuan sekitar pemrograman Python Django dan mengembangkan kemampuan dalam membuat Aplikasi Web baik secara teori maupun praktek
  2. Membuat aplikasi yang dapat digunakan secara nyata dan berguna pada Instansi Akademis (Sekolah)

Coding-Style

Untuk Coding-Style kita mengikuti acuan pada dokumentasi Coding-Style Django yang bisa ditemukan pada URL https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/

Pengetahuan Dasar

Beberapa pengetahuan dasar yang dibutuhkan untuk mengembangkan Aplikasi Web berbasis Python Django

  1. Dasar Bahasa Pemrograman Python
    (Pembelajaran: http://www.learnpython.org)
  2. Menggunakan Django
    (Pembelajaran: http://realdjango.herokuapp.com/)

Menginstall SIA


Lingkungan Development/Packages

Requirement

  1. Django 1.6.2

  2. South

  3. Django Suit

  4. Psycopg2

Install SIA ke localhost


Copy Source Code

git clone https://github.com/django-developer-indonesia/sia.git

Install packages yang dibutuhkan

pip install -r requirements.txt

Setup

./manage.py syncdb

Menjalankan SIA di localhost

./manage.py runserver

Struktur SIA


Data Model

Entitas
  1. Siswa
  2. Guru
  3. Pelajaran
  4. Kelas
  5. Jadwal
  6. Jurusan
  7. Jenis Agenda
  8. Kalender Akademik
ERD

draft version image

Unduh ERD (format: Microsoft Visio)

Refensi Simbol ERD

sia's People

Contributors

niotech avatar alzearafat avatar

Watchers

James Cloos avatar Ahmad AYA Sanusi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.