-
Notifications
You must be signed in to change notification settings - Fork 7
Desarrollo
Deniels edited this page Dec 15, 2011
·
10 revisions
- Lista de
gitignore
: https://github.com/github/gitignore - Como trabajar con Pull Requests: http://help.github.com/send-pull-requests/
- Como deshacer el ultimo push hecho :
git push -f origin HEAD^:master
- Ver directamente en
import this
en el Shell de Python - O bien, acceder al siguiente link
- Crear el directorio para cada aplicación donde se desee utilizar fixtures:
mkdir app/fixtures
- Realizar el dump de la data existente hacia un archivo:
python manage.py dumpdata --format=json-pretty elections > elections/fixtures/initial_data.json
- Sincronizar la base de datos:
python manage.py syncdb
- Ejecutar el servidor:
python manage.py runserver
- Crear grafo de modelos:
python manage graph_models --output=[nombre.png] [app1 app2]
- Amazon EC2
- Apache + WSGI
- IP:
107.22.192.208