Wednesday, March 18, 2009
Django-shapes
I've yet to dive into GeoDjango completely but I will be in the not so distant future. So compiling a list of reusable apps is always a good idea because you don't want to build the same thing twice. Django-Shapes allows admin users to upload an export shape files. The project page offers some further insight into current features and potential additions.
Tuesday, January 27, 2009
Django-tracking
Django-tracking is a simple attempt at keeping track of visitors to Django-powered Web sites. It also offers basic blacklisting capabilities. Tracks the following information about your visitors:Session key, IP address, User agent, Whether or not they are a registered user and logged in, Where they came from (http-referer), What page on your site they last visited, How many pages on your site they have visited. etc.
Tuesday, January 27, 2009
Django-Batchimport
Allows for automated batch import of django model dats via uploaded Microsoft Excel or CSV file. The django-batchimport reusable application aims to help with this process. It allows you to provide your users with a way to select a model for import, upload an Excel file containing multiple instances of your data (multiple Poll objects, for example) and then either have the system "guess" which column in your spreadsheet goes to which field in your model or have the user select the mapping of column to field, including support for foreign keys.
Tuesday, January 20, 2009
How to use the same widget as GeoDjango
Code reuse is a good thing! Yann Malet notes "At the end of this post you will be able to use the same widget than the automatically generated admin interface in geodjango. I spent quite sometimes today to rediscover how to do this. Yes, rediscover because I have already written about this a couple of month ago. Happily "jbronn" on #geodjango gave the solution to me."
Wednesday, December 10, 2008
Django-lock - protection method for Django views or complete sites
Django Lock allows you to lock down either individual views or your whole site. You have the option of an administrative preview password and the options to lock down until a date is reached and/or only start locking down some time in the future.
Tuesday, September 23, 2008
Django Filebrowser
From prpject site - "The FileBrowser is an extension to the Django Admin-Interface. It allows you to surf directories on the webserver and upload/delete/edit/rename files. It is a tool for editors using the Admin-Interface to make it easier to work with Images/Documents. For the most common cases, it should replace an FTP-Client."
Tuesday, September 23, 2008
Custom Django Admin Theme - Grappelli
Wow. This looks amazing. django-grappelli is "a jazzy skin for the Django Admin-Interface." - CSS3 browser is required though and still beta.
Saturday, September 20, 2008
Django Tabbed Admin
Bas van Oostveen, maintainer of the popular Django Extensions project, posted an interesting blog post outlining how he used jQuery and overriding the Django Admin to create a tabbed admin interface. Check it out and be sure to see the cool screenshots.
Wednesday, September 10, 2008
sorl-curator
A very cool replacement for the Django Admin. At first it looks just like skinning but you realize there's other nice features like reordering using drag and drop and custom app names and grouping.
Brian Rosner said…
uthaman, Yes. We are holding an internal sprint ...
1 year ago
uthaman said…
Are you guys going to get your non-iTunes ...
1 year ago
codekoala said…
Rock on!! This is like Christmas all over ...
1 year ago