Friday, March 29, 2013

Re: Django HTML controls and CRUD creation functionalities

Hey,

On Fri, Mar 29, 2013 jackuct1@gmail.com wrote:
> I just learn about asp.net/and Yii in PhP, for the HTML control(textbox,
> button, image, etc.) they have their own built in controls, in order to save
> state across page posting back, I am not sure does Django has similar
> built-in controls, or it is using only the html control? If it is using HTML
> control, does it have any special functionalists built into the HTML
> control?
I have never used ASP.NET or Yii, but you can achieve everything
offered by HTML Control from Forms, Templates, Models and Views in
Django.

> The other question is, for Yii, it has user interface for generating CRUD,
> does Django have such features?
Yes, Django has a very powerful admin site[1]. For screenshots of
admin site visit[2].

Links-
1. https://docs.djangoproject.com/en/1.5/ref/contrib/admin/
2. http://goo.gl/H9B5S

--

Sincerely,
Pankaj Singh
http://about.me/psjinx

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment