Skip to content

Web application for the management of hours and tasks you work on human talent within a company

Notifications You must be signed in to change notification settings

MaferMazu/django-backoffice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

💚 Backoffice 🚀

Web application for the management of hours and tasks you work on human talent within a company.

backoffice.gif

Requeriment

Python 3

Steps to install and use

  1. Create a virtual enviroment

python3 -m venv backoffice-env

  1. Activate

    • Windows

    backoffice-env\Script\activate.bat

    • Unix/macOS

    source backoffice-env/bin/activate

  2. Clone repo or download

  3. Enter and install dependencies

cd backoffice
cd ubicutus_backoffice

pip install -r requeriments.txt

python3 manage.py migrate
python3 manage.py runserver
  1. Enter: http://127.0.0.1:8000/

  2. Create an account and enter with same user

email: name@ubicutus.com
password: name123456
  1. Then you can use the app

    If you want to try the counter: "Horas Trabajadas" > "Registrar Tarea" And then enter in the link: http://127.0.0.1:8000/contador/ Select the task in the dropdown menu and click: "Asignar Hora" And then you can use the counter.

About

Web application for the management of hours and tasks you work on human talent within a company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.0%
  • CSS 22.5%
  • HTML 15.1%
  • SCSS 12.6%
  • Python 2.8%