readme
This commit is contained in:
parent
0d098bffbc
commit
aafaf4b1d7
|
@ -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
|
||||||
'''
|
```
|
||||||
|
|
Loading…
Reference in New Issue