djedi-cms

Django content management as it should be

Popularity
2.0
Declining
Activity
2.5
-
83
7
30

Programming language: CSS
License: BSD 3-clause "New" or "Revised" License
Latest version: v4.0.1

djedi-cms alternatives and similar packages

Based on the "CMS" category.
Alternatively, view djedi-cms alternatives based on common mentions on social networks and blogs.

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.

Do you think we are missing an alternative of djedi-cms or a related project?

Add another 'CMS' Package

README

Django content management as it should be.

Build Status Coverage Status Version Python Versions

Documentation

Read the full documentation or get a quick brief below.

Install

$ pip install djedi-cms

Configure

Example settings for Django 2.0:

# settings.py
INSTALLED_APPS = (
 # ...
 "djedi",
)
MIDDLEWARE = [
 "djedi.middleware.translation.DjediTranslationMiddleware",
 # ...
]

Bootstrap database

$ django-admin.py migrate djedi

Enable admin

# urls.py
urlpatterns = [
 path("admin/", admin.site.urls),
]

For now, only the inline admin are in place, but we are working on the back office admin UI.

Use

{% load djedi_tags %}
<body>
 <h1>{% node 'page/title.txt' default='Djedi' %}</h1>
 {% blocknode 'page/body.md' %}
 ## I'm a djedi apprentice
 This is fun!
 {% endblocknode %}
</body>

Integrations

  • React: [djedi-react](djedi-react#djedi-react)

Do not miss the trending, packages, news and articles with our weekly report.

Awesome Python is part of the LibHunt network. Terms. Privacy Policy.

(CC)
BY-SA
We recommend Spin The Wheel Of Names for a cryptographically secure random name picker.

AltStyle によって変換されたページ (->オリジナル) /