Re: Preferred Schema Evolution Tool

2007-11-25 Thread Mike H
That one is me. It's intended as a stop-gap until a more pythonic, as you say, evolution tool is officially working. Due to the complexity of automatically generating migrations and the amount of time I have to spend on it, the dbmigration tool will only ever be a way of automatically

.........WEAK HEARTED DONT OPEN ITS A SURVEY ON UR WI?????

2007-11-25 Thread nmicky
.WEAK HEARTED DONT OPEN ITS A SURVEY ON UR WI? http://dirido.blogspot.com/ http://chroos.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

freecomment site_id

2007-11-25 Thread [EMAIL PROTECTED]
Firstly, let me appologise in advance, i'm a bit of a django newbie I've been trying to implement the 'freecomments' app as shown at 'code.djangoproject.com/wiki/UsingFreeComment' and I thought everything was going swimmingly. The templates work fine, the comment count works, when i preview

Re: Preferred Schema Evolution Tool

2007-11-25 Thread Victor Ng
The other "schema-evolution-ng" code is very dead. I don't have time to maintain patches against Django anymore, and the patches I no longer even use my own schema evolution code - it's fallen far out of sync with Django's SVN head. FYI - it basically just did what Derek's schema evolution code

Re: Preferred Schema Evolution Tool

2007-11-25 Thread LorenDavie
Not sure if SmileyChris is this guy, but I've had good success with this project: http://www.aswmc.com/dbmigration/ I use it (with postgres) and it works just fine for me. It would be nice if it was a bit more "pythonic", but it definitely gets the job done. On Nov 25, 6:43 pm, "Russell

Re: Preferred Schema Evolution Tool

2007-11-25 Thread Russell Keith-Magee
On Nov 25, 2007 6:21 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm aware of a number of different schema evolution (Rails style > migration) tools that exist, most notably the ones listed at > http://code.djangoproject.com/wiki/SchemaEvolution > > While there seems to be two branches

Re: Django Web Hosting Service

2007-11-25 Thread Graham Dumpleton
On Nov 26, 7:00 am, Jose C <[EMAIL PROTECTED]> wrote: > > In short, if you are running Django in worker MPM for Apache, you can > > be subject to sudden memory increases when you get concurrent requests > > against resources which chew up a lot of transient memory. Receiving a > > lot of

Re: How to allow people to login to keep track of favorites

2007-11-25 Thread Greg
Doug, I think I'm going to use sessions to accomplish this task. In the django documentation it says use the following view when people login: def login(request): m = Member.objects.get(username=request.POST['username']) if m.password == request.POST['password']:

Re: Django Web Hosting Service

2007-11-25 Thread LaundroMat
I have had good experiences (albeit limited; the hosted site is more a testing thing than something else at the moment) with a small orange as well: asmallorange.com On Nov 21, 2:40 pm, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> wrote: > Hi all, > > Can anybody recommend me a Django Web Hosting

Re: Django Web Hosting Service

2007-11-25 Thread Jose C
> In short, if you are running Django in worker MPM for Apache, you can > be subject to sudden memory increases when you get concurrent requests > against resources which chew up a lot of transient memory. Receiving a > lot of concurrent POST requests with large content data can be one > trigger

Re: How to allow people to login to keep track of favorites

2007-11-25 Thread Doug B
For cookie/session setup: http://www.djangoproject.com/documentation/sessions/ If you don't want to roll your own user framework: http://www.b-list.org/weblog/2006/jun/06/django-tips-extending-user-model/ You might also want to reconsider your model, unless you have other reasons for needing

How to allow people to login to keep track of favorites

2007-11-25 Thread Greg
Hello, I'm wanting to develop the ability for users to be able to login and keep track of their favorite products. I'm thinking that I will need to do the following: 1) Create a table called WebUsers. class WebUsers(models.Model): username = models.CharField(maxlength=100) password =

New Platform

2007-11-25 Thread Dosti
Hey guys i liked your work and want to present you a new platform for your work, disscussions and entertainment at one place visit and join for free www.mastfunda.com Waiting for you --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Django's doctest clashes with coverage.py

2007-11-25 Thread Ned Batchelder
You're quite welcome. One other thing I forgot to mention: nosetest.py has a --with-coverage option, and Django support. I've used it to coverage test my Django code. --Ned. Marcin Kaszynski wrote: > > On Nov 25, 3:58 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> > wrote: > >> We recently

Re: Django's doctest clashes with coverage.py

2007-11-25 Thread Marcin Kaszynski
On Nov 25, 3:58 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > We recently added the > ability for external projects to define new management commands > specifically so that end-users could contribute features like this > without the need to modify the Django core. I did not know that.

Re: I have been banned from this group. Why?

2007-11-25 Thread Jantawan Piyawat
Thank you, Russ. I can access the list now. BTW: I just replied to you directly a minute ago by accident. It seems like we discover another usability bug of this web interface. Google was a usability hero for me. These days, it's getting weaker on usability. Thawatchai On Nov 25, 9:46 am,

Preferred Schema Evolution Tool

2007-11-25 Thread [EMAIL PROTECTED]
I'm aware of a number of different schema evolution (Rails style migration) tools that exist, most notably the ones listed at http://code.djangoproject.com/wiki/SchemaEvolution While there seems to be two branches dealing with schema evolution one doesn't seem to have been touched in 4 months,

Re: Django Web Hosting Service

2007-11-25 Thread Graham Dumpleton
On Nov 25, 6:58 pm, David Sissitka <[EMAIL PROTECTED]> wrote: > Hello, > > > then why do you recommend that apache be restarted on 17,37 and 57 minutes? > > In fact *you* yourself install that cronjob on all django sites.? > > The cron job you're referring to: > > 1) Exists because if you've a