Go to file
pedro d04216ad79 api snapshot public_url bugfix
with the following code the URL is more appropriate (it basically
mirrors the user's request)

before:

    http://localhost/device/{shortid}

after

    http://localhost:8000/device/{shortid}
2024-10-15 13:16:02 +02: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 api snapshot public_url bugfix 2024-10-15 13:16:02 +02:00
dashboard email system and reset password 2024-10-14 17:45:54 +02:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device change response from api/snapshots 2024-10-14 17:45:54 +02:00
dhub email system and reset password 2024-10-14 17:45:54 +02:00
docker docker: refactor init env vars 2024-09-24 09:52:18 -03: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 resolve conflicts 2024-10-14 11:24:14 +02:00
example Import device from a file 2024-09-03 16:41:38 +02:00
login email system and reset password 2024-10-14 17:45:54 +02:00
lot merge new main 2024-10-10 12:40:52 +02:00
tag base of proyect 2024-06-12 09:32:49 +02:00
user we don't need for the moment edit profile of user 2024-10-14 11:34:52 +02:00
utils resolve conflicts 2024-10-14 11:24:14 +02:00
.env.example docker: add optional DEMO env var 2024-09-24 09:50:57 -03: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: add optional DEMO env var 2024-09-24 09:50:57 -03:00
docker-reset.sh docker-reset.sh: arg to make it easier to deploy 2024-09-28 12:11:20 -03:00
manage.py base of proyect 2024-06-12 09:32:49 +02:00
requirements.txt remove units and quantities addapted 2024-09-26 12:04:13 +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