Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 284 Bytes

Campamento Base

Receptor de datos en Rpi

Instalacion

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser

Servidor

python manage.py runserver 0.0.0.0:8000

Controlador por Telegram

python manage.py remote_control