What I love most is ...
Join Fanclub
posted a news story on their blog

Django GitHub migration done

Comments Similar stories ...
8:08 AM · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django is now (officially) on GitHub

Comments Similar stories ...
8:08 AM · Like · Save · Comment · Share · Flag
posted a news story on their blog

Ginger Tech Stack (Realtime + Django)

Comments Similar stories ...
April 23rd 2012 · Like · Save · Comment · Share · Flag

Django Management Command to List, Filter and Exclude Models from a Fixture

Dumping Django data to a fixture and loading it back up again are accomplished with the built-in management commands dumpdata... Similar stories ...
April 23rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

MongoAdmin - admin interface for MongoDB I wrote using Django and Bootstrap

Comments Similar stories ...
April 22nd 2012 · Like · Save · Comment · Share · Flag

Stay tuned for a Django AJAX tutorial

Today I was on the django-users Google group and noticed an interesting post titled Working Hello World Ajax example via djan... Similar stories ...
April 16th 2012 · Like · Save · Comment · Share · Flag

Embedding HTML in Django Messages

You want to embed HTML within a message using Django's messages framework. This is a reasonably common requirement - for ins... Similar stories ...
April 15th 2012 · Like · Save · Comment · Share · Flag

F1 Live Timing Map Using Django

For all you race fans out there, or fans of Django, Ajax, and Modified C Programming, Luis Sobrecueva has developed a live ti... Similar stories ...
April 12nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Anand Kumria: The state of Django money.

TL;DR: pip install djmoney will give you a working set of Django fields that handle Money and Currency. Read below for how th... Similar stories ...
April 10th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

PostGIS 2.0.0 problems

Hello. After upgrading PostGIS to 2.0.0 version and migrating DB (took some time) I still have one problem: django.db.utils... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Reloading a project without restarting Python

Hi all I'm developing a portlet bridge in Jython, to enable developing J2EE portlets in Django, and I need to include a... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

superclass SingleObjectMixin

Hi, I need to manipulate my pk when using new class based views. In order to DRY I think what's needed is to superclass ... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

orange svm

Hi, Is anyone having experience in orange tool. I need a help Orange tutorials explains how to load data from a .tab file ... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

cache decorators in urls.py error

Hi, i have my apps and try to use cache decorator in url.py but got error. Here are the urls.py from django.views.decorato... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

It's magic the view does not exist for django but it worked 5 secondes before and it still exist

i've got this error : ViewDoesNotExist at /invitation/ Could not import jackpoint.invitation.views.ind ex. View does no... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Strange behaviour when annotating.

Hello, i have a question, but it's hard to write as an email so i wrote a blog post[link]> . Thanks for your response. Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Templates and Models

Hi all, I have the following form( TextBox ) : style="width: 450px;height: 50px;" /> I wrote the following Model as an in... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

ModelForm in Generic Relations isn't display in the template

Hello, I have an unsolved mystery ok i have a generic model example models.py class ModelOne(models.Model): content_type ... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

How can I create a sequence number for a data set in the model?

I want to create a sequence of values for a column in one of my tables in the model class. The sequence number is updated ev... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django 1.4: TypeError: get_db_prep_value() got an unexpected keyword argument 'connection'

This was working fine for my Ubuntu 10.04LTE system with Django 1.3.1. It seems broken now in 1.4. In Django 1.4, I get thi... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag

serialize field name instead of "pk"

I have a model with a "name" field that is the primary key. When serializing, this field gets serialized as "pk" instead of ... Similar stories ...
April 7th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

How can I access log production server?

Hi there, I'm using nginx and fastcgi(using threaded method) to run a django project, but when another thread start I ge... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Caktus' Django Fundamentals Bootcamp

I'm excited to announce that on June 9th and 10th, Caktus will be hosting our first Django bootcamp. It will be a two day int... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

storing objects in session

I'm trying to store temporary cart in session, but cart items disappear after 3-4 page reloads. This is simplified vers... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Tutorial

Hi, I am going through the tutorial, I am experienced programmer and I am learning django. Every thing was fine till the por... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag

How to restrict values in admin input form?

I have a table D that contains two foreign keys from tables A and B. There is another table in the model, call it C, that re... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django default templates

Hello Im having problems figuring out how to work my way through part 2 of the tutorial, where I have to copy some default ... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Unable to open database file ( Asking graphite and django forum )

Hi, I have read previous mail in many forums and tried the suggestions. The error is "pysqlite2.dbapi2.OperationalE rror: u... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Editing custom user profiles information in the admin panel

Good evening, I just tried the following [link] in order to add some custom fields to my users. I just looked in the DB an... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Comma as decimal field

What is best way to allow users to enter decimal either as "." or as ",'? Currently if user enter "," django forms thro... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Connecting User Accounts to Third Party Social Sites

I'm trying to enable my users to connect their accounts with third party social networks like LinkedIn and Github. I don... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

HttpResponse_is_string is removed Django 1.4

Hi, I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py) is removed in Django 1.4. I ... Similar stories ...
April 6th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django and MS-SQL

Hi all, Can anyone share his experience about developing application with django that uses Microsoft SQL server 2005 or lat... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

ADMIN_MEDIA_PREFIX deprecation and using static files

Hi, I have a django 1.3 based frontend and it serves all the static files from Amazon S3. I am wishing to upgrade to Django... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Re: Problem with the tutorial.

You might be overriding the DATABASES setting later on in your settings file, or you might not be accessing the settings fil... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Can't display DateField on form with auto_now = True

I have a model with auto_now, and auto_now_add set for Update and Create fields: class HotelProfiles(models.Model): fe_resu... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

how to

does max_length work for IntegerFields? Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

List Users

I’m trying to iterate through user list member in tweepy. When I tried it out, it’s not displaying any user objects! The web... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Users Tweepy

Hi guys, please how can I get a user username in tweepy? I hope you get my point? Thanks! Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

[OT] Job offer for django developer

We are an Spanish based organization looking for a Django developer for an European project related to commuinity networks (... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

saving a model instance in a view

c = Name.objects.get(trans_id = request.GET.get('trans_id')) if c: u = Name() c.paid = 1 u.save() This isnt savi... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Tweepy Users

Hello, how can I get user's username only in django/ tweepy? I hope you get my point? Thanks. Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Comparing QuerySets

I was surprised, that comparing querysets does not work: {{{ from django.contrib.auth.models import User user_id=User.obje... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Custom AdminSite and urlresolvers.reverse

Hello, We have implemented three different ModelAdmin sub-classes for the same model, registered under three different Admi... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Re: Where to load global static data?

I think you would need to implement caching. See [link] Also, if you really want it pre-loaded you would probably need to w... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Improving Site Performance

Hi All, Am developing a site using django and it is almost ready to be launched. Right now am trying to optimize the perfor... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Unable to open database file

There were so many posts like this and I have looked at them both in the graphite forum as well as this. I see three 's... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Port Django to Javascript

Hi folks, I created a project not long ago and I'm currently maintaining it called Broke which wants to be a porting to... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django 1.5 static files strangeness

I'm getting odd static files 404 behaviour switching to DEBUG = False on my Windows XP dev machine. My staging server i... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

twitter

hey iam looking for django app that working with twitter stream api,any recommends? Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Upgrading from django 1.3 to django 1.4 -- timezone support

Hi, I have a MySQL 5.5 backend and I use it via the Django 1.3 framework. I am trying to switch to Django 1.4, but want to ... Similar stories ...
April 5th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django Model - create a filter and use it as argument

Hi there, I'm need to pass a QuerySet as an argument, like a function pointer that will be evaluate in other time. Som... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Image Cropping in template form

Hi folks, I'm hoping someone can help me with this. I can't get the image_cropping widget to work in my template. I... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag

How to add audio to a Django based webpage?

I tried to use command in my templates directly, but it seems it is not working... Here is my code: {% for item in ShowAud... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Difficult setup on Suse Linux

I have Python and Django properly installed, but am not getting the first project to work. When I do this: python manage.py... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Problem with Django tutorial

I can't get the tutorial working for me. When I try to run the command: python manage.py syncdb I get this error: Trac... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Need Help wtih Importing Data into a Model

I build a model in django (my first, after the tutorial!), and it seems to be working. I can see the tables in the admin int... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

[ANN]: Plata v1.1 (django-based shop no. 42)

Hi fellow Djangonauts I'm very proud to announce the release of Plata v1.1. Plata is the BSD licensed Django-based shop... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

ModelForm based on User allows any username without checking

Hi, I have a form that asks the registering user to choose a username. That form is a ModelForm based on the django.contrib... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

calculate default values for fields based on the content of other fields

Hello, is there a way to calculate default values for certain fields based on the content of other fields? I am implementi... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Problem using django-admin.py in a virtual environment

I have install django with 'python setup.py install' in a virtual environment called 'django1.3' I run it a... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Help. ORM Trigger After Insert.

Hi Guys, I am new to the ORM concepts in Django. My Django application writing on table. it's working fine. But I want ... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Model validation fails, when inherited model redeclare parent field

Hello! In our apps (that use Django 1.2.7) we use following models: class BaseRegistration(models.Model) : exhibition = mo... Similar stories ...
April 4th 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

AttributeError at /admin/coltrane/entry/add/ 'Entry' object has no attribute 'pubdate'

Hello, I'm trying to learn Django from the book "Practical Django Projects 2nd Edition" I'm using Django 1.3.1 and... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

dynamically adding form fields

I'm working on a complex form and not sure if there is an elegant way to handle it in django. The form creates an invoi... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag

Setup a Django VM with Vagrant, VirtualBox, and Chef

If you’ve decided that you want to learn the Django framework, but you don’t know where to begin, you’ve come to the right pl... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Problems with Virtualenv and Django 1.4 -- deployment on uwsgi.

Since I've upgraded the version of Django and started a new project on it, I cannot make it work properly with uwsgi. T... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Problemas con syncdb

I am trying to do the tutorial and I get an error doing 'python manage.py syncdb'. I am using the DATABASES as it is... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Profiling Django (WAS Django database-api)

While I know of the two methods mentioned by Anssi, I've often wondered how to profile my code from a project level. I ... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Is this a bug? - Translation in error messages django.forms.models._update_errors()

First at all, my apologies if this message is off-topic. I'm not sure if this is a bug and I can't find any related ... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

querysets

Although I use the queryset I dont really understand the object return, when the object is returned just what is returned l... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

custom manager to control access

I'm trying to make a custom manager for a few models. The objective is to limit user access to information in the databa... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag

"Expression of Interest" django project

I am thinking to setup an "expression of interest" page with a survey ending with a "subscribe for updates" button. The rel... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django database-api

Hi all, I just wonder is there a way to browse/view the code of database api methods generated? Is there any tool for this?... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

django admin form customization

Hi, Am trying to customize the django admin pages and having trouble with it. 1. I have customized the admin change form ... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django Contrib Auth + Class Based Generic Views

Hello Everybody, I'm having a problem using the django.contrib.auth app and class based generic views in Django 1.3 / 1... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django: 404 page not found

I met "404" page not found when I try to enter 127.0.0.1:8000/cn/bedroom . It says on the webpage that "C:/Django/final/medi... Similar stories ...
April 3rd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

AutoComplete With Django

Hi there, Sorry for posting this question even it had been answered but i tried all my best to solve this issue, if use re... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Python Developer

Please let me know if any one is interested in below jobs. Please ask them to contact me on 408-845-9400 Ext 109 or email m... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag

Django Aggregation, Group by Day

While working to develop a better internal dashboard page that displays records added to the system over time, Chase Seibert ... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Admin form customization

Hi, Am trying to customize the django admin pages and having trouble with it. I am trying to do two different things. 1. I... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

SessionWizardView and dirty sessions?

Should I clear some of the session data in the "done method" step when using django1.4 SessionWizardView? Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Django 1.4 and google app engine

Is it possible to run Django 1.4 on google app engine? And if yes, how??? Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Doubt regarding endless pagination

Hi All, This question is regarding a django app called endless pagination. I want to add a '|' in between the pagin... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Bulk Creating Django Models from CSV File?

Hi, I have several large CSV files that I'm hoping to parse, and use to create Django objects. Each line looks might lo... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

form.Forms + POST + forms.ChoiceField

Full Disclosure: I've been using Python for 5-6 months. Django for maybe 3 I have this: [link] In an effort to teach my... Similar stories ...
April 2nd 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

URL encoding, templates and apps: are apps not portlets?

Hi, My fondness of Python (while scripting things for work) grew to the point where I decided to try web development with i... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Preprocess data before showing it on Admin

Hello! Anyone knows how preprocess data before showing it on Admin (change page)? ______ ______________ _______ / \ / \ / ... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

plugins django-apps in sidebar with eval()

i want made a plugin sistem for one CMS my idea is: def plugin (): do somting return render_to_string('plugin.html&#39... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Looking for Django IDE

What IDE do you use/recommend for developing django web sites? Or, if not an IDE, what editor/setup is most useful? I am dev... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

sorting a list of objects when objects is returning two fields

Hi All I have a model structure like this :- class Visit(Model): patient = models.ForeignKey(Patient) ...................... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Setup A Django VM with Vagrant, VirtualBox, and Chef

I just wanted to let everyone here know that I've written an article about getting a Django development environment conf... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag

Getting Started with Django - Best Practices

In this quick tutorial, Marakana Python expert Simeon Franklin will cover: - Installing django the easy way - using a virtua... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Filtering results before & after update?

I have a straightforward form that simply reduces an item count by 1, for a selected product. (The form essentially "ships" ... Similar stories ...
April 1st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

getting POST 500 (OK), when using $.ajax on that url

I trying to use jquery ajax to send json data to django sorry if providing javascript code but it may help solving my proble... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

TemplateDoesnotExist: 500.html

I am a novice programmer who just started to learn Django.. I could not figure out the error related to 500.html. In fact, I... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Apache X-sendfile with permissions checking

This allows the mod_xsendfile module for Apache safely serving private files. Django take cake about processing and permissio... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

django forms in admin

Hi , I ve a set of fields which is displayed in admin using fieldsets in django. But i want to modify the display of only o... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

Paul Tagliamonte: Django + Git = ?

I’d be interested in getting an instance set up of a Django powered Git project viewer (or rather, something between GitHub a... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag
posted a news story on their blog

canceling account

My previous webmaster set up my company's d'jango account. He no longer works for me. How do I cancel my account? ... Similar stories ...
March 31st 2012 · Like · Save · Comment · Share · Flag