Placeholder text is displayed inside the input field as long as the field is empty and not focused. As soon as the user clicks on (or tab to) the input field, the placeholder text disappears.Requirements:JavaScript enabled on client side jQuery 1.4 or...

read more
Fandjango

Fandjango 4.2

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Fandjango uses Facebook tools to create custom apps that allow the developer to customize his Facebook app accordingly.More advanced details can be...

Respite

Respite 1.0.0

Respite is an app that conforms Django to Representational State Transfer (REST).UsagePrimerRespite is influenced by Ruby on Rails, though in the spirit of Python it is not nearly as "magic". It will, however, save you a lot of code:# news/models.pyfrom...

read more
Kronos

Kronos 0.2.2

Kronos is a Django app that makes it easy to define and schedule tasks with cron.UsageDefine tasksKronos collects tasks from cron modules in your project root and each of your applications:# app/cron.pyimport kronos@kronos.register('0 0 * * *')def...

read more
Facepy

Facepy 1.0.6

A Facebook access token is required to use this module.Features:Get an object from the Graph API. Get a list of objects from the Graph API. Post an item to the Graph API. Delete an item from the Graph API. Search the Graph API for posts. What is new in...

django-kronos is a Django app that makes it easy to define and schedule tasks with cron.What is new in this release:You may now customize the interpreter, management path and python path for tasks with the ``KRONOS_PYTHON``, ``KRONOS_MANAGE`` and...

read more

django-respite is a Django app that conforms Django to Representational State Transfer...

read more

The django-shortcuts package provides Ruby on Rails-like shortcuts for Django.Usage:python manage.py runserverdjango runserverdjango rpython manage.py shelldjango shelldjango sInstallation:pip install...

read more
Fandjango

Fandjango 4.0.7

Facebook applications are simply websites that load in iframes on Facebook. Facebook provide documents loaded within these iframes with various data, such as information about the user accessing it or the Facebook Page it is accessed from. This data is...

read more