Skip to content

Commit 37ea95f

Browse files
committed
fixture con feeds del planeta. no se discrimina feed 'solo python' Fix PyAr#145
1 parent cedb60d commit 37ea95f

File tree

2 files changed

+3839
-1
lines changed

2 files changed

+3839
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Debes tener python 3.3 o 3.4, no hay compatibilidad con python 2.
1515

1616
Ej 1 usando pyvenv: pyvenv3-3 pyarweb
1717

18-
Ej 2 usando virtualenvwrapper:
18+
Ej 2 usando virtualenvwrapper:
1919

2020
export VIRTUALENV_PYTHON=/usr/bin/python3
2121

@@ -63,3 +63,17 @@ Luego de clonar el repo, tenes que sincronizar la base de datos ejecuntando
6363
python manage sync_waliki
6464
```
6565

66+
## Cargar feeds del planeta.
67+
68+
El archivo /fixtures/planeta_pyar.json contiene los feeds del planeta actual, asociados al usuario con id 1.
69+
70+
Para cargarlos
71+
72+
```
73+
$ python manage.py loaddata fixtures/planeta_pyar.json
74+
```
75+
76+
Mas adelante habrá que asociar cada blog al usuario correspondiente
77+
78+
79+

0 commit comments

Comments
 (0)