Go to file
Thomas Nahuel Rusiecki 7d4ef21cef added exceptions for json parsing erro 2024-11-02 04:21:01 -03:00
action base of proyect 2024-06-12 09:32:49 +02:00
admin email up 2024-10-15 11:06:08 +02:00
api extract logs with colors and depending of DEBUG var 2024-10-31 10:14:02 +01:00
dashboard fix duplicates in search view 2024-10-28 18:09:45 +01:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device fix some bugs 2024-10-30 16:00:23 +01:00
dhub fix duplicate logs 2024-10-31 15:25:38 +01:00
docker add commit footer for docker 2024-10-18 15:25:27 +02:00
docs/es init manual because of init of placeholder docs 2024-10-14 13:53:37 +02:00
documents base of proyect 2024-06-12 09:32:49 +02:00
evidence added exceptions for json parsing erro 2024-11-02 04:21:01 -03:00
example Import device from a file 2024-09-03 16:41:38 +02:00
login remove dashboard.js in login template 2024-10-31 12:51:49 +01:00
lot add erase server definition 2024-10-28 17:52:34 +01:00
tag base of proyect 2024-06-12 09:32:49 +02:00
user add predefined_token 2024-10-18 15:25:27 +02:00
utils improve logging text for certain messages 2024-10-31 14:24:16 +01:00
.env.example DEBUG false -> true 2024-10-31 15:04:28 +01:00
.gitignore add .env ignore 2024-07-01 12:20:20 +02:00
LICENSE add LICENSE before going public 2024-09-18 12:10:36 -03:00
README.md README: fix typos 2024-10-03 19:48:27 +02:00
docker-compose.yml docker: disable debug by default 2024-10-31 11:57:33 +01:00
docker-reset.sh docker-reset: remove better the db 2024-10-18 15:25:27 +02:00
manage.py base of proyect 2024-06-12 09:32:49 +02:00
requirements.txt repair bad jsons 2024-10-21 18:39:31 +02:00
reset.sh add admin from add_user command 2024-10-07 16:57:26 +02:00

README.md

INSTALACIÓN:

La instalación es muy estándar

python -m venv env
source env/bin/actevate
python install -r requirements.txt

IMPORTANT EXTERNAL DEPENDENCIES

Para arrancarlo es necesario tener el paquete xapian-bindings en tu ordenador. No se instala mediante pip, así que depende de cada sistema operativo.

Luego solo necesitas:

./manage.py migrate
./manage.py runserver