-2

I've had a look at some really good website layout and design using Django, pinterest, (former)curse, disqus, and the django design template lpoks impressive. Was just pondering thoughts as to were it is necessary to add css3 or html5 to enhance page design and interaction or would using Django features for eg. divs and headers, boxing text good enough or even better visually. Lets for argument sake, say we are developing an extensive auction site like e-bay or networking site like facebook.

4

2 回答 2

4

Django 没有任何设计。包含零前端,因此,如果您制作模板页面并在其中添加 divs/headers/whatnot,那么除了 vanilla HTML 的规范之外,它绝对没有任何自定义格式。

所以如果你想设计一个像 Pinterest 这样的网站,你肯定需要自己的 CSS 和 HTML。

于 2012-07-27T12:55:09.377 回答
-1

因此,django 使用 HTML 和 CSS 创建一个视图(您将有一些 div ..),但不会声明任何 div 并且您将有一个所有内容都对齐到左侧的白页..

这并不复杂,如果您想要一个漂亮的网站(或者只是不喜欢 :))您将需要 html 和 css,但如果您不想要,则不需要最新版本(但它更好..)

于 2012-07-27T10:45:54.763 回答