Coder Social home page Coder Social logo

djattendance's Introduction

djattendance

Build Status Coverage Status

Summary

Djattendance is a rewrite of the original FTTA attendance server in Python/Django. It supports many internal functions of the FTTA, for both trainees and administrators, such as:

  • Attendance
  • Service Scheduling
  • Life-studies
  • Class Syllabi
  • etc.

Architecture

The original attendance server was based on a traditional LAMPstack. The new version is written in Python on top of the Django web framework (djangoproject.com) using Postgres and Nginx.

Backend

Python/Django Postgres Gunicorn Nginx

Frontend

HTML5 Boilerplate Bootstrap

Misc. Libraries

Celery (using Redis) Memcached (deployment only)

Running djattendance

A more detailed guide to running djattendance on your local machine can be found in the wiki (coming soon).

  1. have Python and Postgres installed
  2. git clone the djattendance repo
  3. pip install -r requirements.txt from the /requirements (recommended that you use virtualenv)
  4. using django: manage.py syncdb and manage.py runserver (be sure to use the local settings)

Running djattendance with vagrant

NOTE: Folder that contains the vagrant file is synced as well, so all work is still done on the host.

(NOTE FOR WINDOWS USERS: You will need to issue this command in git, "git config --global core.autocrlf input". See this for a list of issues related to CRLF and LF, http://blog.xjtian.com/post/54399466362/vagrant-tips-for-windows-users.)

  1. have VirtualBox and Vagrant installed
  2. git clone the djattendance repo
  3. Run 'vagrant up' within the project directory where the VagrantFile is located
  4. Run 'vagrant ssh' to access the VM
  5. 'cd ap'
  6. 'python manage.py syncdb --settings=ap.settings.dev'
  7. 'python manage.py runserver 0.0.0.0:8000 --settings=ap.settings.dev'
  8. From your host (not the guest VM) you can access the site from localhost:8111.

djattendance's People

Contributors

ricefield avatar tiffanyhua avatar lifeunion avatar fermat200pg avatar ysbecca avatar jonyao avatar thejburger avatar zurielredux avatar xuolives avatar armadellis24 avatar allenwebb avatar lifedispenser avatar

Watchers

 avatar James Cloos avatar Ray Li 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.