/view_shortcuts/__init__.py
https://bitbucket.org/neithere/django-view-shortcuts/ · Python · 15 lines · 5 code · 2 blank · 8 comment · 0 complexity · 2e35d8934eb4562d63e84dfc80a04aca MD5 · raw file
- # -*- coding: utf-8 -*-
- #
- # Copyright (c) 2009 Andy Mikhailenko and contributors
- #
- # Django View Shortcuts is free software under terms of the GNU Lesser
- # General Public License version 3 (LGPLv3) as published by the Free
- # Software Foundation. See the file README for copying conditions.
- #
- " A set of shortcuts for Django views. "
- __author__ = 'Andy Mikhailenko'
- __license__ = 'GNU Lesser General Public License (GPL), Version 3'
- __url__ = 'http://bitbucket.org/neithere/django-view-shortcuts/'
- __version__ = '1.3.5'