Giter VIP home page Giter VIP logo

django-aula's Introduction

django-aula

Gestió de presencia, incidències i més per a Instituts, Escoles i Acadèmies.

School Attendance Software

Imgur

Llicència i Crèdits

Using Docker

cp env.example .env
make build
make start

Quick demo

On Ubuntu Server 18.04 LTS 64 bits:

sudo apt-get update
sudo apt-get install python3 python3-venv python-dev git
sudo apt-get install python3-lxml python3-libxml2 libxml2-dev libxslt-dev lib32z1-dev
mkdir djau
cd djau
git clone --single-branch --branch master https://github.com/ctrl-alt-d/django-aula.git django-aula
cd django-aula
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
./scripts/create_demo_data.sh
python manage.py runserver

Open browser at http://127.0.0.1:8000 ( User M1, M2, ..., T1, T2, .. .All passwd 'dAju' )

Deployment Docs

Documentació pas a pas per a fer el desplegament.

Vols col·laborar-hi?

FAQs

Si fas una col·laboració aquest més pots participar a la hacktoberfest :)

Necessites ajuda?

Issues/Formularis d'ajuda

django-aula's People

Contributors

ctrl-alt-d avatar juaky avatar amorilla avatar xeviterr avatar jsubias6 avatar fenix15100 avatar jbagot 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.