Re: Django Web Hosting Service

2007-11-24 Thread David Sissitka
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 spike in CPU or memory usage that affects others on the same server your proc

Hi I am anuusha 21years of student... find your lover here www.loverguru.blogspot.com

2007-11-24 Thread anuusha
Hi I am anuusha 21years of student... find your lover here www.loverguru.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegrou

Hi I am anuusha 21years of student... find your lover here www.loverguru.blogspot.com

2007-11-24 Thread anuusha
Hi I am anuusha 21years of student... find your lover here www.loverguru.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegrou

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Ned Batchelder
Please use coverage.py, I would be honored to have it included in Django core. If it's better as an add-on of some sort, that's great too. Let a thousand flowers bloom! --Ned. Todd O'Bryan wrote: > On Nov 24, 2007 9:58 PM, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > >> If the licens

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Todd O'Bryan
On Nov 24, 2007 9:58 PM, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > If the licensing issue can't be resolved, it may be worth starting a > standalone project to handle coverage tests. We recently added the > ability for external projects to define new management commands > specifically so t

Re: Django Web Hosting Service

2007-11-24 Thread Kenneth Gonsalves
On 25-Nov-07, at 3:49 AM, David Sissitka wrote: >> I used to be very prowebfaction- they have huge memory leak >> problems and unless you stop and start apache once every 20 minutes, >> you very easily go over the memory limits. I now feel they are only >> good for toy sites. > > There are no kn

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Empty
I could be off base here but in regards to the the execution of translation initialization I believe that is occurring because the django.core.management.base attempts to switch the translation to english if the can_import_settings attribute is set: if self.can_import_settings: from django.ut

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Russell Keith-Magee
On 11/24/07, Marcin Kaszynski <[EMAIL PROTECTED]> wrote: > > On Nov 24, 3:54 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> > wrote: > > As a side note, there is an existing ticket requesting that we add > > coverage support to Django's test system; any suggestions in this area > > are welcome. > >

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

2007-11-24 Thread Kenneth Gonsalves
On 24-Nov-07, at 10:04 PM, Jantawan Piyawat wrote: > mails that I received went into my Gmail spam folder automatically. > When Gmail sees that mails from this group are marked as spams in my > email account, it automagically (read: buggy) bans me to read the > group conversation through the web

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

2007-11-24 Thread Russell Keith-Magee
On 11/25/07, Jantawan Piyawat <[EMAIL PROTECTED]> wrote: > > This is my theory why I got banned from this group. > > I set to receive digested mails from this group. Then, there were spam > mails to this group that fall into the digested mails. It appears that > this group receives a few spam mail

Re: Django Web Hosting Service

2007-11-24 Thread Jonathan Buchanan
Kenneth Gonsalves wrote: > > On 22-Nov-07, at 2:15 AM, Daniel Roseman wrote: > >>> http://www.webfaction.com/ >>> >>> They are amazing and reasonably priced. Their support is great. They >>> have exceeded my expectations many times. >>> >>> Chuck >> Second this recommendation. I am very happy wi

Re: Django Web Hosting Service

2007-11-24 Thread David Sissitka
On Nov 22, 1:09 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > I used to be very prowebfaction- they have huge memory leak > problems and unless you stop and start apache once every 20 minutes, > you very easily go over the memory limits. I now feel they are only > good for toy sites. There

exclusive video from Tokyo Hotel : monsoon

2007-11-24 Thread baary
Hi , This is a exclusive video from Tokyo Hotel : monsoon : http://bw.olympe-network.com/monsoon.html Enjoy peace and love TH for ever --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

exclusive video from Tokyo Hotel : monsoon

2007-11-24 Thread baary
Hi , This is a exclusive video from Tokyo Hotel : monsoon : http://bw.olympe-network.com/monsoon.html Enjoy peace and love TH for ever --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Can I run Django on my Sun-Ray?

2007-11-24 Thread Sean Perry
walterbyrd wrote: > I'm running Solaris 10. I have Python. I am not looking to build a > production site. Just trying to learn some django during dead time. > > I'm not sure what to do about a database. I don't think I can install > mysql or postgresql - maybe sqlite. Django runs on the Nokia we

Re: Setting Value in Template

2007-11-24 Thread JimR
OK, I finally got it to work...here's what I did... class Organization(models.Model) ... def get_absolute_url(self): org_id = self.id return "/organization/%s" % (org_id) urls.py (r'^organization/(?P\d+)/activitycreate/$', 'administration.views.activit

Re: csrfmiddleware problem

2007-11-24 Thread [EMAIL PROTECTED]
Never mind. Properly encoding the input solved the problem. D'oh! Owen On Nov 23, 3:16 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have a problem with the csrfmiddleware - I'm trying to put up a form > to edit django templates, and if the template being edited has a > element the csrf

Can I run Django on my Sun-Ray?

2007-11-24 Thread walterbyrd
I'm running Solaris 10. I have Python. I am not looking to build a production site. Just trying to learn some django during dead time. I'm not sure what to do about a database. I don't think I can install mysql or postgresql - maybe sqlite. --~--~-~--~~~---~--~~ Yo

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Marcin Kaszynski
One more comment after a day of writing unit tests: installing coverage.py via a test runner is not a good idea. The test runner is executed pretty late and there is a chance that part of your code gets executed earlier. I do not know if this is the only possible case, but I had the code in appn

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

2007-11-24 Thread Jantawan Piyawat
This is my theory why I got banned from this group. I set to receive digested mails from this group. Then, there were spam mails to this group that fall into the digested mails. It appears that this group receives a few spam mails a day. As such, the digested mails that I received went into my Gm

Setting Value in Template

2007-11-24 Thread JimR
I've been struggling with the following for a couple of days, and would appreciate any help or suggestions. I'm still learning the intricacies of both Django and Python, so please bear with me if this is relatively obvious. Alternatively, if you could point me to some examples of how to do this,

Re: Cuztomizing the admin interface.

2007-11-24 Thread James Bennett
On 11/23/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > you will have to hack admin for this - it is better not to do this as > admin is going to change very soon into newforms-admin. It is better > to do this outside admin - I know it involves writing 3 extra lines > of template code to tweak

Re: Imitating "edit_inline" in a view

2007-11-24 Thread James Mulholland
Well, I eventually worked this out, and I'd be interested in any comments. from mytest.garage.models import Car, Person def edit_record(request, id=1): person = Person.objects.get(pk=id) cars = person.car_set.all() PersonForm = form_for_instance(person) car_forms = [] for

Re: Django's doctest clashes with coverage.py

2007-11-24 Thread Marcin Kaszynski
On Nov 24, 3:54 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > > I tried to file this as a ticket, but trac kept rejecting it as spam > Have you tried creating a login: > > http://code.djangoproject.com/settings I did have the idea of creating one, but simply could not find the page --

Re: complex query in limit_choices_to

2007-11-24 Thread leotr
On database level that should be done by UNIQUE constraints. And your problem should be made on form level. read about ChoiceField in newforms documentation --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django user

see the jop

2007-11-24 Thread roja
see the jop http://earnmac.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send ema