Changes between Version 133 and Version 134 of DjangoResources


Ignore:
Timestamp:
Aug 28, 2008, 6:32:02 AM (16 years ago)
Author:
windoze007
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v133 v134  
    245245
    246246== Cheat Sheets and Quick Starts ==
    247  * [http://www.scribd.com/doc/4950257/django-templates-cheat-sheet Django Template Cheat Sheet:] introductory cheat sheet to django templates
    248  * [http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet Django Url Patterns Cheat Sheet:] introductory cheat sheet to url patterns, and generic views
    249  * [http://www.scribd.com/doc/5077400/the-django-model-cheat-sheet Django Model Cheat Sheet:] introductory cheat sheet to models.Model
     247 * [http://www.scribd.com/doc/4950257/django-templates-cheat-sheet Django Template Cheat Sheet:] introductory 3 page, concise, example-based cheat sheet to django templates
     248 * [http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet Django Url Patterns Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to url patterns, and generic views
     249 * [http://www.scribd.com/doc/5077400/the-django-model-cheat-sheet Django Model Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to models.Model
     250 * [http://www.scribd.com/doc/5224358/cheatsheet-of-formsForm-for-django Django Forms Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to forms.Form
Back to Top