Giter Site home page Giter Site logo

leotop / django-siteblocks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idlesign/django-siteblocks

0.0 2.0 0.0 155 KB

Reusable application for Django to build blocks of static or dynamic data that could be used in templates.

Home Page: http://github.com/idlesign/django-siteblocks

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

Python 100.00%

django-siteblocks's Introduction

django-siteblocks (статичные блоки по url)

http://github.com/idlesign/django-siteblocks

https://pypip.in/d/django-siteblocks/badge.png

What's that

django-siteblocks is a reusable application for Django to build blocks of static or dynamic data that could be used in templates.

It allows you to describe data that doesn't clearly belong to any application in your project in terms of static or dynamic blocks, that could be rendered in certain places on site pages. These blocks are addressed in templates by their aliases.

Two siteblock types are supported:

  • Static. Those are defined using Django Admin contrib and are linked to certain URLs.

    This allows different siteblock contents on different URLs.

  • Dynamic. Those are ordinary Python functions registered as siteblocks returning contents.

    This allows complex logic to build siteblock contents.

If one and the same siteblock has more than one content associated with it, rendered content will be chosen randomly.

Yeah, you're right, that could be used to render random quotes on your site.

Documentation

http://django-siteblocks.readthedocs.org/

https://d2weczhvl823v0.cloudfront.net/idlesign/django-siteblocks/trend.png

django-siteblocks's People

Contributors

idlesign avatar leotop avatar

Watchers

 avatar  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.