Coder Social home page Coder Social logo

eliassjogreen / djedi-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 5monkeys/djedi-cms

0.0 1.0 0.0 3.89 MB

Django content management as it should be

License: BSD 3-Clause "New" or "Revised" License

JavaScript 20.63% Python 12.43% CoffeeScript 5.58% CSS 48.17% Makefile 0.22% HTML 2.13% Dockerfile 0.08% Less 10.76%

djedi-cms's Introduction

Djedi CMS

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

djedi-cms's People

Contributors

lydell avatar lundberg avatar andreif avatar kjagiello avatar chrippa avatar beshrkayali avatar swamii avatar zipfile avatar leolainen avatar hannseman avatar joar avatar mojken avatar vtrrsl avatar barseghyanartur avatar heyhugo avatar jocke-l avatar kyrias avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.