Skip to main content

Home/ Django/ Group items tagged apps

Rss Feed Group items tagged

Chris Johnson

Running App Engine Applications on Django - Google App Engine - Google Code - 0 views

  •  
    Helper application and documentation on easily porting GAE app to any django environment. gae2django implements GAE api as django app.
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).
israel vasquez

Building reusable Django apps - The Uswaretech Blog - Django Web Development - 0 views

  •  
    Tips for building reusable apps
israel vasquez

Django Reusable App Conventions | Surfing in Kansas - 0 views

  •  
    More conventions on reusable apps
israel vasquez

E-Scribe News : World's ugliest Django app - 0 views

  •  
    create a simple django app quick and easy
tosh .

django-spambayes - Google Code - 0 views

  •  
    Django-SpamBayes includes a few utility apps for Django that offer an easy to use interface to the SpamBayes statistical anti-spam filter allowing filtering and moderation (with training) of comments, contact forms and other publicly submitted data.
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.
israel vasquez

PyFacebook Tutorial - Facebook Developers Wiki - 0 views

  •  
    tutorial for facebook apps using django and python
Leandro Ardissone

django-remotelog - Google Code - 0 views

  •  
    Pluggable Django app for logging messages from the Python logging module's HTTPHandler
Nicolas Perriault

samastur/Impostor - GitHub - 0 views

  •  
    Django app that enables staff to log in as other users using their own credentials.
Nicolas Perriault

toastdriven/django-tastypie - GitHub - 0 views

  •  
    Creating delicious APIs for Django apps since 2010
anonymous

Formunculous - 0 views

shared by anonymous on 25 Feb 11 - No Cached
  •  
    Django app to create and manage web based forms
Nicolas Perriault

sorl/django-mockups - GitHub - 0 views

  •  
    This app aims to provide a simple way of loading masses of randomly generated test data into your development database. You can use a management command to load test data through command line.
1 - 20 of 25 Next ›
Showing 20 items per page