Gchorn schrieb (16.04.2012 07:24 Uhr):
> Hello, I'm trying to create a blog site using Django (with "Post" as
> my main model and "text" as the attribute corresponding to the main
> body of text for each post). On the admin page, when someone is
> filling out fields to create a new blog post, I want the "text" entry
> field to be larger than the default field for a CharField attribute.
>
> In this part of the docs:
>
> https://docs.djangoproject.com/en/1.4/ref/contrib/admin/
what you see in the admin interface is inherited form the model of the
corresponding object - like your blog post object.
I think you have to change the field length there.
https://docs.djangoproject.com/en/1.4/intro/tutorial01/
Marc
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/7aPR5gfE6mYJ.
To unsubscribe from this group, send email to django-users...@googlegroups.com.