Hi guys,
As it is right now Django has the tendency to kill either your browser (if
you're lucky) or the entire application server when confronted with a large
database. For example, the admin always does counts for pagination and a
count over a table with many rows (say, in the order of 100M)
On Mar 30, 8:26 am, "IvanK" <[EMAIL PROTECTED]> wrote:
> Now I come from the rails camp (obviously deserting :)) and I've been
> wondering does Django has anything like capistrano for automated
> deployment, cause it's really easy with rails to just write "rake
> deploy" and have your production b
I have just written a model to extend the user model a bit and now I'd
like to
add a slug field for the username, however, I can't get the slug field
to
prepopulate from the user foreign key.
A simplified version of the model would be this:
from django.db import models
from django.contrib.auth.m
3 matches
Mail list logo