Diferència entre revisions de la pàgina «Django»
Salta a la navegació
Salta a la cerca
(Es crea la pàgina amb «Django és un ''framework'' per sites web basat en Python. Algunes referències: * http://www.djangoproject.com * Tutorial estupendu: https://docs.djangoproject.com/en/…».) |
|||
Línia 1: | Línia 1: | ||
Django és un ''framework'' per sites web basat en Python. | 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 <strike>no Django 1.6</strike> (Nov 2013). | ||
+ | |||
Línia 6: | Línia 9: | ||
* Tutorial estupendu: https://docs.djangoproject.com/en/1.6/intro/tutorial01/ | * 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 | * Extendre els camps del User: http://stackoverflow.com/questions/44109/extending-the-user-model-with-custom-fields-in-django | ||
+ | * Model camps (fields) en Django: https://docs.djangoproject.com/en/dev/ref/models/fields/ | ||
+ | * ... | ||
+ | |||
+ | 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 | ||
+ | * ... | ||
+ | |||
+ | Unint Django i GAE: | ||
+ | * Django i GAE: https://developers.google.com/appengine/articles/django-nonrel | ||
* ... | * ... |
Revisió del 11:50, 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).
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: https://docs.djangoproject.com/en/dev/ref/models/fields/
- ...
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
- ...
Unint Django i GAE:
- Django i GAE: https://developers.google.com/appengine/articles/django-nonrel
- ...