José podes reducir considerablemente el tiempo de desarrollo de tu front
end usando los templates de Django (django te permite usar otros lenguajes
de templates también). Vos creas un template base con toda la programación
que tenes que repetir en cada html estático (las librerías javascript,
diseños css, etc) y despues podes crear templates que hereden de esta base
poniendo los controles específicos a la vista que quieras mostrar (no
necesariamente tenes que hacer un template por cada vista).
Podes usar Bootstrap si queres... ahora... todo esto si es que lo queres
tener sumamente personalizado sino el Django Admin es sumamente poderoso
(ni que hablar de lo rápido que tendrás una interfaz de gestión de tu
modelo) y vi por ahí  también que hay un proyecto que lo hacen sumamente
atractivo visualmente al Django Admin. (http://grappelliproject.com/)



2013/8/15 Jose Galvan <galva...@hotmail.com>

> Hi,
>
> I am newbie in Django..I already followed the Django's official tutorial
> but it does not cover enough about front end side, my doubt is if "Django
> front end skeleton"  is suitable to help me and save time in the process to
> learn all concerning with the front end programming side ?, just an
> example, I would like to learn how to make a real life order entry system
> with a very user friendly and interactive screens...go I in the right
> direction ?  any other advice will be greatly apreciated.
>
> Jose.
>
> --
> 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+unsubscr...@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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Rafael E. Ferrero
Claro: (03562) 15514856

-- 
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+unsubscr...@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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to