Giter VIP home page Giter VIP logo

django-decorator-plus's Introduction

Django Decorator Plus

Documentation Statu

Description

This package provides decorators to make building websites in Django even easier.

Installation

$ pip install django-decorator-plus

Usage

Please see the Package Documentation for all usage information. The PYPI page has a basic demonstration of a few of the more notable decorators in the package.

Contributing

Please fork the project to your own github account, create a new branch for your feature or fix, and then pull request any changes.

Any changes to the code must be reflected in the documentation.

To run tests, please first install the development copy of the project in your environment (use of virtualenvwrapper encouraged). This may be accomplished with pip.

$ # from the project root directory
$ pip install -r requirements/test_requirements.txt
$ pip install -e .

Tests may then be run thanks to the Makefile.

$ make test

Once local changes pass the test suite, you may use tox to check the new code in other environments.

To see all of the environments being currently test, you may use:

$ tox -l

To run all of the tests, use:

$ tox

To limit the test to a single environment, the e flag may be passed:

$ # tox -e [environment name]
$ tox -e django18-py34

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.