开发者

Where can I download a sample Django template?

开发者 https://www.devze.com 2023-03-06 17:43 出处:网络
I just started working at a place as a front end developer where I need to build Django templates. I never worked with these before, does anyone know where I can download a sample template so I can lo

I just started working at a place as a front end developer where I need to build Django templates. I never worked with these before, does anyone know where I can download a sample template so I can look through the code structure?

I won't be doing any application development using the Django framework, only taking the variables the developer gives me and inco开发者_运维知识库rporating the in the html/css templates I build.


There are lots of Open Source django apps that you could look at for inspiration. One example is Zinnia which is a blogging application - there are dozens of templates in this project, see this directory. There are many other open source django projects on http://github.com and http://bitbucket.org

You should also take a look at the official template documentation, there are lots of snippets there that are very useful.


Here's a nice little tutorial. http://www.webmonkey.com/2010/02/use_templates_in_django/

Also, Check out the Django Docs. http://docs.djangoproject.com/en/1.3/ref/templates/builtins/

0

精彩评论

暂无评论...
验证码 换一张
取 消