You can use the label attribute on your form fields to override the
default labels:
dn = forms.CharField(label="dn")
cv = forms.CharField(label="cv")
-- Ben
On 4/7/2013 10:11 PM, lx wrote:
hi, I'm using the forms,and*the code is:*
from django import forms
class dcForm(forms.Form):
""
- Original Message -
> From: "elton santos"
> To: django-users@googlegroups.com
> Sent: Monday, January 7, 2013 12:07:28 PM
> Subject: Django admin
> Hi,
> have some tutorial about django admin? i would customize him...
> I wanna make a CRUD for study and customize the admin's views a
On Jan 5, 2013, at 9:12 PM, Czaro wrote:
> I've been trying to get my CSS to work with my python powered site forever
> but I have no luck. I read the djangobook and a massive load of other
> resources but they all say a different thing and nothing worked for me. I
> would appreciate a few hel
3 matches
Mail list logo