Sign in or Create an account

Django Users

This is a public room. Anyone can join to post and comment.

Services

Blog

Administrators

Django Users
A place for anyone who uses Django.
FriendFeed
李华顺 posted a link
Wednesday at 8:25 pm - via Bookmarklet - Link
FriendFeed
Clint Ecker posted a link
August 24 at 7:47 am - via Bookmarklet - Link
"Django documentation (for 1.0). The documentation refactor is in: the docs for the upcoming 1.0 release have been tidied up, rearranged and ported to a new documentation system based on Sphinx. The URL has also changed to docs.djangoproject.com." - Clint Ecker via Bookmarklet
It is really great to see django using sphinx for building their documentation now. - Peter Hoffmann
Blog
an entry from The Django weblog
Wednesday at 5:34 am - Link
Blog
an entry from The Django weblog
Tuesday at 5:52 pm - Link
FriendFeed
Clint Ecker posted a link
Tuesday at 8:17 am - via Bookmarklet - Link
"Well today, that vaporware solidified into something real. The new version is documented, combines the old Comment and FreeComment models, and makes use of all the modern Django APIs that didn't exist when the first version was written. It looks quite nice." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
DjangoCon 2008 iCal Schedule - Officially Lucky, a blog by Clint Ecker
Tuesday at 8:20 am - via Bookmarklet - Link
"I was planning which talks I wanted to attend at DjangoCon next week and I ended up making an iCal calendar for all the talks. If you’d like to subscribe to the calendar, please be my guest!" - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 23 at 11:12 am - via Bookmarklet - Link
"A generic ratings module. The field itself appends two additional fields on the model, for optimization reasons. It adds <field>_score, and <field>_votes fields, which are both integer fields." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 24 at 3:32 pm - via Bookmarklet - Link
"As I started moving forward with a plan to host Satchmo on my own, I began experimenting with hosting solutions. I already had a traditional hosting service and was able to get Satchmo running as a fast cgi. It worked reasonably well, but the control was less than optimal. For some reason, I never could figure out how to effectively start and stop my django processes. I also decided that I wanted to host my own Trac and Subversion instance so that I could have a similar level of integration as the Django site. For all these reasons, I decided I need more flexibility so started looking at VPS and VPS-like solutions." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 23 at 12:54 pm - via Bookmarklet - Link
"One of the tasks that seems to come up every single project we do, is changing the auth backend to accept email addresses. Since it’s such a common task for us, it can’t be that rare to want this functionality. So, here’s a quick and simply backend which accomplishes this, using the built-in django.contrib.auth module" - Clint Ecker via Bookmarklet
FriendFeed
Eric Florenzano posted a link
August 21 at 11:24 pm - via Bookmarklet - Link
Yay for Jeff! - Clint Ecker
FriendFeed
Clint Ecker posted a link
August 23 at 9:59 am - via Bookmarklet - Link
"Added a number of callbacks to SyndicationFeed? for adding custom attributes and elements to feeds. Refs #6547." - Clint Ecker via Bookmarklet
Ooh, this is nice. - Eric Florenzano
I think to GeoDjango guys might like this for stuff like GeoRSS - Clint Ecker
FriendFeed
Eric Florenzano posted a link
August 23 at 10:54 am - via Bookmarklet - Link
In this he advocates a really slick version of model-based url generation that I may very will adopt for new projects. - Eric Florenzano via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 21 at 7:49 pm - via Bookmarklet - Link
"This tutorial will take you through all the necessary steps for setting up Django with a persistent PostgreSQL database on AWS. I will be assuming no prior knowledge of AWS, so those of you who have dabbled with it before might want to skim through the first steps. Knowing your way around Django is an advantage but not a requirement." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 20 at 7:24 am - via Bookmarklet - Link
"We've got tons of new features in mind for our hosting platform and we're hiring a full-time django developer to help us. If you love the web and want to work with great people in a challenging environment make sure you check out our jobs page" - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted two links
August 20 at 7:25 am - via Bookmarklet - Link
"Required skills: * HTML/CSS expertise * Intermediate-level expertise with Python and the framework, Django * Familiarity with and ability to utilize common Javascript frameworks (JQuery, Prototype, etc.) * Proficiency in one or more additional languages (PHP, Perl, Ruby, etc.) * Understanding of relational database structure and platforms (MySQL, SQL Server, PostgreSQL, etc.) * Experience with a variety of content management systems: an understanding of the concepts and challenges surrounding content management" - Clint Ecker via Bookmarklet
August 20 at 7:01 am - via Bookmarklet - Link
"Exporting unicode data to Excel in a CSV file is surprisingly difficult. After much experimentation, it turns out the magic combination is UTF-16, a byte order mark and tab-delimiters. This snippet provides two classes - UnicodeWriter and UnicodeDictWriter - which can be used to output Excel-compatible CSV." -- The Python csv module is thing of majesty! ;) - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 18 at 5:45 pm - via Bookmarklet - Link
"A few days ago I stumbled upon a thread over at the Django users mailing list discussing how to handle media in Django. It raised the interesting question of how do you associate images and files with your articles, blog posts, etc. When I started this blog I — too — realized I needed a way to insert and position images in my blog posts. Django only gives you a way to store text and images and leaves the rest up to us, the users of Django." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 18 at 5:36 pm - via Bookmarklet - Link
"There are a number of reasons why CouchDB is legitimately worth considering despite the inconveniences. Consider a wiki that allowed users to download a copy of its contents and modify them. If it was implemented with CouchDB, the users could then upload their contents and merge them into the database. The implementer wouldn't need to write custom code for this, its part of CouchDB's feature set. If some of the new data was bad, you could then use the versioning system to rollback to a previous revision (unless it had already gotten deleted by compacting the database... ahem)." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
Serving static files with Django and AWS - going fast on a budget
August 14 at 8:41 pm - via Reshare - Link
"Speed matters. When Google tried adding 20 extra results to their search pages, traffic dropped by 20%. The reason? Page generation took an extra .5 seconds. This article will show how Eventseer utilizes an often overlooked way of improving the responsiveness of a web application: Pre-generating and serving static files instead of dynamic pages." - Thomas Brox Røst - Clint Ecker
FriendFeed
Clint Ecker posted a link
August 14 at 9:08 am - via Reshare - Link
Best Practices: file and folder names in Django projects and Apps If you develop applications with Django, there are some conventions for the benennung of files and folders, but also a lot of freedom, because Django works with normal Python modules. To the overview not to lose and also in projects with multiple developers a uniform structure to be used both documented the file names, which have a special meaning as well as those who are useful for a particular purpose. - Clint Ecker
FriendFeed
Clint Ecker posted a link
Changeset 8356 - Django Code - Trac: 1.0b1
August 14 at 7:33 pm - via Bookmarklet - Link
Modified version number string for Beta 1 release. - Clint Ecker via Bookmarklet
FriendFeed
李华顺 posted a link
August 14 at 9:55 am - via Reshare - Link
FriendFeed
Clint Ecker posted a link
August 12 at 8:01 am - via Bookmarklet - Link
"Django's testing framework assumes you will be running your tests against "live" views that have been plugged in to your site's URL configuration - but sometimes you might want to run a test against a view function without first wiring it in to the rest of the site." - Clint Ecker via Bookmarklet
FriendFeed
Wil posted a message
August 8 at 2:16 pm - via MojiPage Bot - Link
FriendFeed
Clint Ecker posted a link
August 5 at 7:35 pm - via Bookmarklet - Link
"A FileField Widget that displays an image instead of a file path if the current file is an image. Could also be used with sorl.thumbnail to generate thumbnail images." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 4 at 8:31 am - via Bookmarklet - Link
"When given a model this utility method will export all data in that model to a CSV file. I use this method to place an "Export" button on a particular model's change list page in the Django administrator." - Clint Ecker via Bookmarklet
FriendFeed
Clint Ecker posted a link
August 4 at 8:32 am - via Bookmarklet - Link
"This will generically add csv exporting to your views in the admin. It will default to exporting the entire table you see (without paging). If the table only has one column, it will export the fields the the model. You can overide this functionality." - Clint Ecker via Bookmarklet
FriendFeed
Arthur Koziel posted a link
1 2 3 Older »
Tip: Now you can add FriendFeed to your blog with our new customizable FriendFeed widgets!
Other ways to read this feed: Feed