Can you point me to an example of how to write my own template
filter?
Where would I find the code for the existing urlize filter? I'm new
to Django - and don't know all the class structures yet.
In my case, I want to add the phrase "target='_blank'" to the
urlizetrunc filter.
This isn't already
Using GoogleAppEngine:
I have a field defined in my model:
facilityAddress = db.PostalAddressProperty(required=True)
How should this be treated on a Django form? It currently seems to
behave just like any other db.StringProperty. I can enter "abc" for
the value, click the save button, and no e
2 matches
Mail list logo