File: __init__.py

package info (click to toggle)
python-django-braces 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 2,680; makefile: 138; sh: 6
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
django-braces mixins library
----------------------------

Mixins to make Django's generic class-based views simpler.

:copyright: (c) 2013 by Kenneth Love and Chris Jones
:license: BSD 3-clause. See LICENSE for more details
"""

__title__ = "braces"
__version__ = "1.17.0"
__author__ = "Kenneth Love and Chris Jones"
__license__ = "BSD 3-clause"
__copyright__ = "Copyright 2013 Kenneth Love and Chris Jones"