-
simple things.
The core of django CMS is designed to be simple and integrate with simple packages
to create complex applications. For example, you may add djangocms-versioning to
manage versions of your content features you’d expect from
a CMS, but can also be easily customised and extended by developers to create a site
that is tailored to their precise needs.
This is the developer documentation. To get an overview don’t need to be a senior developer or have prior experience as a
developer with Django or Python to create your first django CMS demo website. In
fact, one of the added benefits of django CMS is that it offers
0 码力 |
518 页 |
1.66 MB
| 6 月前 3
-
simple things. The core of django CMS is designed to be simple and integrate with simple packages to create complex applications. For example, you may add djangocms-versioning to manage versions of your content features you’d expect from a CMS, but can also be easily customised and extended by developers to create a site that is tailored to their precise needs. This is the developer documentation. To get an overview don’t need to be a senior developer or have prior experience as a developer with Django or Python to create your first django CMS demo website. In fact, one of the added benefits of django CMS is that it offers
0 码力 |
361 页 |
2.00 MB
| 1 年前 3
-
simple things. The core of django CMS is designed to be simple and integrate with simple packages to create complex applications. For example, you may add djangocms-versioning to manage versions of your content features you’d expect from a CMS, but can also be easily customised and extended by developers to create a site that is tailored to their precise needs. This is the developer documentation. To get an overview don’t need to be a senior developer or have prior experience as a developer with Django or Python to create your first django CMS demo website. In fact, one of the added benefits of django CMS is that it offers
0 码力 |
357 页 |
1.99 MB
| 1 年前 3
-
Tutorial
15
django cms Documentation, Release 2.3.8
('template_2.html', 'Template Two'),
)
We will create the actual template files at a later step, don’t worry about it for now. Simply paste this code into be in your settings file.
Now, on with the actual template files!
Fire up your favorite editor and create a file called base.html in a folder called templates in your myproject
directory.
Here is a simple base_content %}
{% block base_content %}{% endblock %}
{% render_block "js" %}