djangopeople.net

2011-12-05 Thread Vitaliy
Hi, seems http://djangopeople.net gone, anyone know if going to be up or who is running it ?.. I just lost one contact that I definitely know exist on that site :( -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: How can I test my api between two servers running django

2008-09-23 Thread Vitaliy
>so they both created test db for each other I meen for them selfs :) --~--~-~--~~~---~--~~ 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 unsubs

How can I test my api between two servers running django

2008-09-23 Thread Vitaliy
Hi I have two web applications (written in django) witch interract with each other (via http) Does it possible to do the following: - from one python script start two servers(django projects) locally in test mode (so they both created test db for each other) - run tests for one server, then f

Re: Cusom SQL in test

2008-05-15 Thread Vitaliy
On May 15, 12:08 pm, Alex Morega <[EMAIL PROTECTED]> wrote: > IPBlock.objects.all().count() Yea, I know it's just a typo... The table is realy empty, I checked it by all() and I looked directly into db. --~--~-~--~~~---~--~~ You received this message because you a

Cusom SQL in test

2008-05-15 Thread Vitaliy
Hi I created model called 'IPBlock' I created file 'sql/IPBlock.slq' with some sql inserts when I run '$python manage.py syncdb' - it works fine IPBlock's table filled with data but when i run tests '$python manage.py test' - IPBlock's table is empty (self.assertTrue(IPBlock.objects.all().count >

Re: ModelForm and fields ordering

2007-12-17 Thread Vitaliy
Thanks Malcolm But I have one little difference between form and model - only one new field that needs to be on top of all other fields example: #model class SomeModel(modles.Model): field1 field2 ... field20 #form class SomeModelForm(forms.ModelForm): some_new_field c

ModelForm and fields ordering

2007-12-17 Thread Vitaliy
How can I change fields order in form generated using ModelForm ? --~--~-~--~~~---~--~~ 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 unsubscrib

One-To-Many Ordering ?

2007-09-26 Thread Vitaliy
For example i have this model: class Post(models.Model): #some fileds class Comment(models.Model): post = models.ForeignKey(Post) #some fields to get all comments for Post I use this: somePostObject.comment_set.all is there any posibiliy to set default commet set ordergin ? --~--~

Re: problem with threaded apache

2006-04-21 Thread Vitaliy Fuks
Do you have SELinux enabled? Check /var/log/audit/audit.log and/or try disabling it by editing /etc/sysconfig/selinux and rebooting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to