Giter Club home page Giter Club logo

ajustes's Introduction

Ajustes πŸ§‘β€πŸŽ“πŸ‘©β€πŸŽ“



🧾 About

Ajustes is a Python-Django project to facilitate the process of adjusting curricula in Universities. This project was part of my Engineeer thesis and was tested at Universidad de Matanzas in Cuba. In this work, I could execute all software development cycles from scratch until the final delivery to the user using agile methodology XP.


πŸ“· Screenshots

Home

Cohort 1

Cohort 2

Final result

Database

Workflow


πŸ•– Versioning

  • Ajustes v1.0 (relased in 23/05/2015).

βœ… Main features

Career coordinator

  • CRUD Study Plan
  • CRUD Cohort
  • CRUD Topic
  • CRUD Student historic

πŸ”§ Technology


πŸ‘¨β€πŸ’» How to Setup

  # Clone the project
  $ git clone https://github.com/abelgonzalez/Ajustes.git
  # Enter directory
  $ cd Ajustes

Download and install:

  # Clone the project
  $ pip install Django==1.7
    $ set "MOD_WSGI_APACHE_ROOTDIR=C:\xampp\apache"
  • Install mod_wsgi 4.9.2

     # Install the last version
     $ pip install mod_wsgi
  • You can add WSGIScriptAlias /mysite "C:/xampp/htdocs/wsgi/scripts/mysite.wsgi" in wsgi.conf to run http://YOURSITE/mysite, or you can just run http://YOURSITE/wsgi/mysite.wsgi Relaunch apache if necessary.

  • At the end of file C:\xampp\apache\conf\httpd.conf , add the following: AddHandler cgi-script .py ScriptInterpreterSource Registry-Strict

  • Locate label and add index.py at right of home.htm

  • Save the httpd.conf changes

  • Open MySQL and import the database file ajustes_bd.sql in the project source. Database name: ajustes_UM utf: utf8_spanish_ci

  • Go to project root folder (tesis)

  # Run
  $ python manage.py migrate
  $ python manage.py makemigrations
  $ python manage.py migrate

😎 How to Run

  • Make sure the database was correctly loaded and MySQL is running.

  • In root folder (tesis) run:

  # Run
  $ python manage.py runserver 

πŸ‘‰ Additional information

  • App Demo https://youtu.be/4jX4oDhjTtc
  • Technical and User's Manual is available in Doc folder (in Spanish).
  • In case of sensitive bugs like security vulnerabilities, don't hesitate to contact me at [email protected] instead of using the issue tracker. I value your effort to improve the security and privacy of this project!

πŸ“ License

This project is under the MIT license. See the file LICENCE for more details.


πŸ§‘β€πŸ’» Autor

Done with πŸ’™ by Abel GonzΓ‘lez MondΓ©jar

LinkedIn Badge

ajustes's People

Contributors

abelgonzalez avatar

Watchers

 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.