Cefinban (4 years, 4 months ago)
Monday, 1 May 2006, 16:38 p.m.
Download (1470 so far)
See the website online there http://www.cefinban.net.
The whole project, including js, css and py follows.
My first Django project, a new caledonian cooking recipes, community website. If it definetely not contains the best django practices. it may help beginners to get a grap on django possibilities.
It uses the main following Django features :
- Forms and manipulators
- Filters
- Authentification and Sessions
- Cache
- User management and subscription
- Internationalization
- Views
It also contains some Dojo ajax integration, which you can see in details here : http://code.djangoproject.com/wiki/AjaxDojoFormSub


10:39 p.m.
A few comments:
Otherwise, your code seems nice.
10:52 p.m.
True the packaging is messy, i also fixed the login (also ajax) wich wasnt working anymore with the last django update . The new package is available for download.
6:14 a.m.
I'd like to learn from this app a lot. But it's in French. I don't know nothing in French:( I'll try to do my best to find out what it the templates do.
8:54 a.m.
Look also at this one from jeffCroft.