update: comandos.txt

This commit is contained in:
2025-06-25 12:49:34 -03:00
parent a7cbf2da09
commit eaa7d42826

View File

@@ -10,3 +10,5 @@ python manage.py createsuperuser
pip freeze > requirements.txt
pip install -r requirements.txt
python manage.py runserver_plus 192.168.0.100:8000 --cert-file /tmp/cert.crt
python manage.py collectstatic --noinput
docker compose up --build