ForeignKey in Inline generates lots of queries

2014-02-20 Thread john . parton
I posted this to Django users, but didn't get a response. I'd like to help to resolve this issue if at all possible. Previous post: I have the Django admin configured with a TabularInline, and the inline model has a ForeignKey reference to a third model. Every row in the inline generates a new

GSOC 2014 Proposal

2014-02-20 Thread Devashish Badlani
I wanted to work on improving the djangobook by making certain applications based on every module of the djangobook which will help a beginner to get along with various features Django. Example:use of JSON API in the Web Framework Django Sample apps are in my Repository: *https://github.com/dee

flush (sqlflush) command and multiple databases

2014-02-20 Thread Marcin Nowak
Hey! I think I've found a bug in flush command, but I'm not sure (maybe I don't understand Django ethos?) so I'm writing here. I have multiple databases (PostgreSQL) and multiple apps in my projects. I'm using Django v1.5.1. Models are routed by my specific database router, so some apps are c

GSOC 2014 Project Proposal

2014-02-20 Thread Devashish Badlani
I am into my last year of graduation and I am currently an intern in Khan Academy ,Foundation for Learning Equality from IIT Bombay .I have been developing working with Django for the same *Title*: Building basic Web Frameworks for each module of Django Book for the beginners I have prepared

Re: The unsettings project

2014-02-20 Thread Waldemar Kornewald
Hi, I'd like to describe how we've solved the per-package settings issue at our company. Here's a little source code example: https://gist.github.com/wkornewald/9109270 Every Python package defines a module with a Config instance and then sets default settings on it. Instead of defining settin