IMHO, you´re mixing things up here. django helps you with the structure of your app, the database access/ retrieval, the _logic_ of your application. this has nothing to do with UI design. django neither limits nor helps you with actually _designing_ your so-called frontend.
that said, django has some features (like form_for_models) which may help the UI-designer. but that´s an exception and it has no significant impact on the look & feel of your website/app. not many people have the ability to design a UI (html/css/js) and write good/clean code (python/django/js) as well. from my point of view it´s better to decide for what you feel more comfortable with - and then you should look for someone to help you with the other part. a good example are the blogs of people into programming/django/python. almost every blog lacks a good/clean UI design. on the other hand, I often don´t want to see the code behind a "nice looking" website. patrick On 2 Jul., 08:24, Developer_for_food <gphoneads.m...@gmail.com> wrote: > You may have heard my question over and over again, which is a typical > question for someone deciding whether to jump into the water. > > (My background for web development: I wrote HTML/PHP code once (which > was a simple website), and those PHP codes were mainly Mysql access > logic, so I have to say the UI part for my previous work was extremely > limited. I am entirely new to Django, and I have not written a css > file independently.) > > I wonder what the expected learning curve would be for a person with > my background. How long it may take to to finally feel comfortable to > develop a website with rich UI componets (e.g. something with rich UI > appearance likehttp://www.myspace.com/) -- this sounds like a silly > question, but I mean it. I think I feel comfortable to database access > kind of work, but I am always scared writing good css. > > Does Django help me (a developer) to avoid the CSS learning? > Basically, how Django may save newbie sometime about the UI design (or > does it at all)? I heard Django is a good framework, so I think it may > offer such a benefit somehow? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---