Where can I download a sample Django template?

I just started working in one place as an interface developer, where I need to create Django templates. I have never worked with them before, does anyone know where I can download a sample template so that I can view the code structure?

I will not be developing applications using the Django framework, taking only the variables that the developer gives me and includes the html / css templates that I create.

+7
source share
2 answers

There are many open source django applications you might want to look at. 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 at http://github.com and http://bitbucket.org

You should also take a look at the official documentation, there are a lot of fragments that are very useful.

+6
source
+4
source

All Articles