GithubHelp home page GithubHelp logo

pombredanne / django-misc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ilblackdragon/django-misc

1.0 1.0 0.0 114 KB

Django-misc - module with different useful stuff for django. Here you'll find: couple decorators, like render_to and receive; json_encode module for simplify work with json, some usefull templatetags, like set, filter, get etc; some additional utilities; bbcode template tags; template tags that provide like and share for social sevices

License: MIT License

django-misc's Introduction

django-misc

Django misc is module with set of utilities, decorators, templatetags that everybody uses at least once in project. So here they all in one application, that will grow to aggregate all usefull utilities for Django.

Quick overview

Here you'll find:

  • Couple decorators, like render_to and receive
  • Json_encode module for simplify work with json
  • Some usefull templatetags, like set, filter, get etc
  • Some additional utilities
  • Bbcode template tags
  • Template tags that provide like and share for social sevices

Requirements

  • python >= 2.5
  • pip >= 0.8
  • django >= 1.2

Optional (for html clearing and bbcodes):

  • BeautifulSoup
  • git+git://github.com/frol/postmarkup.git

Installation

Django misc should be installed using pip:

pip install git+git://github.com/ilblackdragon/django-misc.git

Setup

  • Add 'misc' to INSTALLED_APPS

    INSTALLED_APPS += ( 'misc', )
    
  • If you want to use the html clearer

    pip install BeautifulSoup
    
  • If you want to use bbcodes

    pip install git+git://github.com/frol/postmarkup.git
    

Use django-misc

How to use some specific functional will be added later

Contributing

Development of django-misc happens at github: https://github.com/ilblackdragon/django-misc

License

Copyright (C) 2009-2011 Ilya Polosukhin & Vladyslav Frolov This program is licensed under the MIT License (see LICENSE)

django-misc's People

Contributors

ilblackdragon avatar xonatius avatar

Stargazers

 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.