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
>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
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
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
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 >
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
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
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 ?
--~--~
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
9 matches
Mail list logo