Skip to main content

Home/ Django/ Group items tagged model

Rss Feed Group items tagged

pagetribe .

Working with models, part 2 - 0 views

  • Every Django model class and every instance of every Django model class has an attribute on it named _meta
  •  
    Nice info on the usage of _meta on django models.
Leandro Ardissone

app-engine-patch - Google Code - 0 views

  •  
    With app-engine-patch a major part of Django works on App Engine without any modifications. The most important change is that you have to use Google's Model class because the development model is too different from Django (at least with Django's current API).
Nicolas Perriault

jbalogh/django-cache-machine - GitHub - 0 views

  •  
    Cache Machine provides automatic caching and invalidation for Django models through the ORM.
pagetribe .

Build a Microblog with Django - Webmonkey - 0 views

  • Well, it turns out there's a very powerful feature baked into Django which can handle the task for us.
  • Django includes an internal "dispatcher" which allows objects to listen for signals from other objects.
  • In our case, our tumblelog app is going to "listen" to our Entry and Link models. Every time a new Entry or Link is saved, those models will send out a signal. When the tumblelog app gets the signal it will automatically update itself.
Nicolas Perriault

emesik/mamona - GitHub - 0 views

  •  
    Mamona is a Django application for handling online payments. It can work with any existing setup without a need of changing other applications' models.
pagetribe .

Screencast on many to many relationships between Django models - 0 views

  •  
    A nice screencast on many to many relationships. Part of a 3 part series on developing a wiki in django.
Nicolas Perriault

toastdriven/django-tastypie - GitHub - 0 views

  •  
    Creating delicious APIs for Django apps since 2010
1 - 12 of 12
Showing 20 items per page