Thank you in advance for any feedback.
Here is what I have {{ form.name }}. I would like to set the class
attribute for this form element to "style01". Is this possible?
If it is not possible then I have been trying to get this working as
well without much luck.
I realize that this syntax is i
I've followed some examples from around the Django community and that
is why I use the reverse() method at all. What is the point of using
the reverse() method?
On Apr 11, 5:03 pm, Daniel Roseman
wrote:
> On Apr 11, 7:57 pm, codecowboy wrote:
>
>
>
> > Every time that a
for %}
On Apr 11, 4:49 pm, Daniel Roseman
wrote:
> On Apr 11, 9:25 pm, codecowboy wrote:
>
>
>
> > I've read some other posts regarding this issue as well as the
> > following article:http://www.b-list.org/weblog/2007/nov/03/working-mod
I've read some other posts regarding this issue as well as the
following article: http://www.b-list.org/weblog/2007/nov/03/working-models/.
I cannot seem to get this thing to work. Thank you in advance for any
help. Here is my code.
-- view --
from django.db.models import get_mo
Every time that a load a form on my site, I see the following errors.
If I reload the page, they go away and everything works just fine.
Does anyone know why? Thank you in advance.
TemplateSyntaxError at /eaccounts/register/
Caught an exception while rendering: Tried edit in module
conferences.
I want to create a form that allows a user to edit his/her profile. I
don't want to bind my form to a model because the form will involve
two different models. Does anyone have any ideas. I've read chapter
7 in the Django Book but it only to a simple example that does not
help me.
Here is what
Thank you Daniel and Florian (Merci beaucoup. Je parle francais un
petit).
I think that I will be able to use both templates and custom model
methods to accomplish what I am trying.
On Apr 5, 4:18 pm, Daniel Roseman
wrote:
> On Apr 5, 8:49 pm, codecowboy wrote:
>
>
>
&g
> On 5 Kwi, 21:52, codecowboy wrote:
>
> > Do you have one view for each form or do you use one view with a large
> > amount of conditional logic (e.g. if stepone then show this form
> > elseif steptwo show this form)?
>
> > On Apr 5, 1:14 pm, eli wrote:
>
&g
Do you have one view for each form or do you use one view with a large
amount of conditional logic (e.g. if stepone then show this form
elseif steptwo show this form)?
On Apr 5, 1:14 pm, eli wrote:
> anybody ? :-)
>
> regards.
>
> On 4 Kwi, 11:17, eli wrote:
> I have no problem reading existing
I posted a question earlier today about circular imports (http://
groups.google.com/group/django-users/t/6119e979131c8c25). I now have
a follow question to that. I've got the following view logic.
def portal(request):
scientist_id = 1
s = get_object_or_404(Scientist, pk=scientist_id)
Doug,
Thank you so much. I completely missed that detail while ripping
through the django docs. I've got it all working now. Ramiro, thanks
again for your help.
For anyone else who is trying to do this and stumbles upon this
thread, here is my full final solution.
--- Overview ---
I've got t
am, Ramiro Morales wrote:
> On Sun, Apr 5, 2009 at 11:43 AM, codecowboy wrote:
>
> > Hi Everyone,
>
> > I'm new to the Django community and I am having trouble with circular
> > imports. I've read every article that I can find about the issue
> > includi
Hi Everyone,
I'm new to the Django community and I am having trouble with circular
imports. I've read every article that I can find about the issue
including posts on this group. I'm going to paste my model files and
the stack trace. I'm sure that this must be an issue that has come up
before.
13 matches
Mail list logo