webdevelopment

TwitterFacebook
Get flash to fully experience Pearltrees
tool

Django provides full support for anonymous sessions. The session framework lets you store and retrieve arbitrary data on a per-site-visitor basis. It stores data on the server side and abstracts the sending and receiving of cookies. Cookies contain a session ID – not the data itself (unless you’re using the cookie based backend ).

How to use sessions | Django Documentation

https://docs.djangoproject.com/en/dev/topics/http/sessions/
http://code.google.com/p/django-values/ An add-on application for Django that allows placeholders for settings to be defined in Python, while their values are set by staff using an editor while the server is up and running. Many value types are available, and they each map to a native Python type, so model methods and other Python code can access them as standard class attributes.

django-values - Google Code

XBLinJS Home

XBLinJS is an implementation of XBL-style widgets in pure, cross-platform Javascript, DOM 1, and CSS 1. http://www.jerf.org/resources/xblinjs/
Je viens de faire un checkin assez grande qui ajoute le support pour l'exécution des tests de moulin à vent de votre framework de test de Django. Je ne serai pas le documenter jusqu'à ce que nous le pousser dans un communiqué alors j'ai pensé que je devrais envoyer un courriel à montrer comment cela fonctionne. http://groups.google.com/group/windmill-dev/browse_thread/thread/85f23d2a0d4e99

Django Support in Trunk - Windmill Developers