This commit is contained in:
Cayo Puigdefabregas 2024-09-17 12:26:31 +02:00
parent 0d098bffbc
commit aafaf4b1d7
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
la instalacion es muy estandar la instalacion es muy estandar
''' ```
python -m venv env python -m venv env
source env/bin/actevate source env/bin/actevate
python install -r requirements.txt python install -r requirements.txt
''' ```
## IMPORTANT EXTERNAL DEPENDETS ## IMPORTANT EXTERNAL DEPENDETS
@ -15,7 +15,7 @@ https://xapian.org/download
Luego solo necesitas: Luego solo necesitas:
''' ```
./manage.py migrate ./manage.py migrate
./manage.py runserver ./manage.py runserver
''' ```