/diogenis

Online labs registration platform for Technological Institute of Larissa, Greece.

Primary LanguageJavaScriptOtherNOASSERTION

Diogenis: the online labs registration platform for Technological Institute of Larissa, Greece

Diogenis project is a Django-based web application. It started out as university thesis for students George Tsiokos and Stefanos Chrousis. The goal is to solve, with a pragmatic approach, the management of lab registration procedure, since there is no automated system for doing this.

Install

Setting up Diogenis should be no trivial for people who already have read the official Getting Started Tutorial for Django.

  • pip install -r requirements.txt
  • local_settings.py should be placed in the project root directory
  • python manage.py syncdb

Now you have a working draft of Diogenis. :)