Diferència entre revisions de la pàgina «Django»
Salta a la navegació
Salta a la cerca
Línia 4: | Línia 4: | ||
− | + | == Django == | |
Algunes referències: | Algunes referències: | ||
* http://www.djangoproject.com | * http://www.djangoproject.com | ||
Línia 15: | Línia 15: | ||
<br> | <br> | ||
+ | == Google App Engine == | ||
GAE: | GAE: | ||
* Tutorial Python: https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction | * Tutorial Python: https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction | ||
Línia 21: | Línia 22: | ||
<br> | <br> | ||
+ | == Django i GAE == | ||
Unint Django i GAE: | Unint Django i GAE: | ||
* Django i GAE: https://developers.google.com/appengine/articles/django-nonrel | * Django i GAE: https://developers.google.com/appengine/articles/django-nonrel | ||
+ | * http://www.allbuttonspressed.com/projects/djangoappengine | ||
* ... | * ... |
Revisió del 11:58, 12 nov 2013
Django és un framework per sites web basat en Python.
OJU amb les versions. Per GAE 1.8.7 cal Django <= 1.5 , és a dir no Django 1.6 (Nov 2013).
Django
Algunes referències:
- http://www.djangoproject.com
- Tutorial estupendu: https://docs.djangoproject.com/en/1.6/intro/tutorial01/
- Extendre els camps del User: http://stackoverflow.com/questions/44109/extending-the-user-model-with-custom-fields-in-django
- Model camps (fields) en Django:
- ...
Google App Engine
GAE:
- Tutorial Python: https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction
- Darreres versions: https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
- ...
Django i GAE
Unint Django i GAE: