Re: How to change the {{ form.as_table }}

2013-04-07 Thread Ben Carleton
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): ""

Re: Django admin

2013-01-07 Thread Ben Carleton
- 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

Re: Help implement CSS into Django!!!!

2013-01-06 Thread Ben Carleton
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