2008-8-12

23:51 Magus-
so it actually uses the form instead of oldform stuff
23:53 keseldude
yeah, I used parts of django-registration and made it fit into my project
23:53 noahlt
I have an element that sometimes I want to show, and sometimes I want to hide. I want this to be controllable through the Admin interface. But it's just a single bool -- I don't really need a row in a table or anything. Is there a better place to put this setting?
23:54 Magus-
keseldude: but its not going to work with his old view which was wrong anyway :)
23:54 keseldude
right :)
23:55 NoahJ
is there a faq somewhere on what changed from oldforms to the current forms?
23:55 NoahJ
I have no idea what to change honestly
23:55 Magus-
23:55 Magus-
as I linked you before
23:56 Magus-
has a simple view example
23:56 Magus-
that example shows the basic structure
23:56 Magus-
you'll note it matches very very little about your view
23:57 jsoftw
Announcement: xargs is win.
23:57 keseldude
:D
23:58 Jacolyte
does "./manage.py runfcgi method=prefork socket=/home/user/mysite.sock pidfile=django.pid" cause a process to be running in the backgrouind?
23:58 Jacolyte
background*
23:58 Magus-
logically, yes
23:58 Jacolyte
i did ps aux | grep manage.py
23:58 Jacolyte
and nothing is running
23:59 Magus-
did you check the pid file and grep for the pid, in case it isn't called the same thing?
23:59 Jacolyte
ah, one sec
23:59 FunkyBob
I generally grep for python
23:59 neybar
when cycling over a form in a template what can I test to see if a given field is hidden. I don't want to print a label for a hidden field.
Page 36 of 36   ← Previous  (3,523 total)