Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
DSE v.2.0.0 Beta #1 - DSE refactored.
I didn't think it would come this fast, but here it is: the first beta release of DSE v2.0.0. The code is refactored and rewritten, with performance and simplification of the code in mind. Some features added just before v1.0.0 and right after fixed serious issues, but the implementation of those features had an impact on performance. Version 2.0.0 fixes this, adds the option to cache items for -
Django Podcasting
Audio podcasting functionality for Django sites. -
Django-Avocado v.0.1.1 released
Just released avocado - a django reusable app for delayed/cached database logging. In very early stages of development, but I'd like to get some feedback on the concept. Head over to pypi for more details on usage or dive into the source at bitbucket.org. Avocado is released under the GPL lisence. -
django-avocado
Deliciously delayed database logging for django. -
DSE v1.0.1 released - Important bug fix. Fix for issue #9
DSE v1.0.1 was released today to fix an important issue. Earlier releases can eat up a lot of memory when reading information about fields in a table when the data in that table grows. Thanks to Nathan Van Gheem for reporting the bug. -
django-le-social
External registration / authentication for Django -
django-db-readonly
Force an entire site to become readonly. In a sort of hackish way. -
thechristmaspig
A copy of Django recipe that only generates the project and control scripts. -
django-backcap
Help center for community-driven websites -
uploadtools
Utilities upload files Filefield -
quickpaste
Плагин к TinyMCE для загрузки файлов -
Django Inventory
-
DSE: PyCharm Open Source Lisence application approved! :-)
The same day I decided to release version 1.0.0 of DSE I got email from JetBrains saying my application for a PyCharm lisence for an open source project, namely DSE, was approved. For the last few months I've been using Editra and been quite happy with it, but coming from a world of IDE's like Borland Delphi and Microsofts Visual Studio I sometimes find myself missing a good visual debugger and -
DSE v1.0.0 released!
Simplified "bulk" insert and update in django has never been this easy. Head over to pypi for details or bitbucket.org for a peek at the source. -
django-urli18n
A reusable Django app to display the current activated language in the URL. -
django-uuidfield
A UUIDField for Django -
django-feedback (ajax)
A reusable django app to add an AJAX "feedback" tab to your site -
django-feedback
django-feedback is an app for easily collecting feedback from your users. -
django-voice
-
pyladies
PyLadies is a group of women in Los Angeles who use and love the Python programming language. Our goal is to expand the local Python community to be 50% women. -
django-curator
Easy dashboard creation through the admin -
dialogos
commenting -
neverfails
Django code generation based on specifications -
django-pulse
django-pulse allows you to see how many people are on your website in real time, regardless if they are just sitting on a page and doing nothing. django-pulse installs a small piece of javascript that pings your server every few seconds letting you know who is on your site, and what page they are viewing. This is pretty much a proof of concept right now, with very little features, but with time, it should expand into a nice tool that could duplicate a lot of other real time analytic tools. -
django-visitor
django-visitor allows you to track visitors across your site using a cookie. It is very simple and basic, and it can be used as a base for other apps. For an example on how to use this see django-pulse.