Metadata-Version: 1.0
Name: django-auto-urls
Version: 0.1
Summary: Django app that try to load template by it's file name passed in url.
Home-page: http://bitbucket.org/kmike/django-auto-urls/
Author: Mikhail Korobov
Author-email: kmike84@gmail.com
License: MIT License (http://www.opensource.org/licenses/mit-license.php)
Description: Django app that try to load template by it's file
        name passed in url. It is useful in development for quick template
        rendering without overhead of defining urls for each template.
        It may be helpful for work with designers as designers will be
        able to write Django templates (with inheritance and all the
        template tags) instead of raw HTML and don't care about writing
        views and urlconfs. Do not use it in production as this approach
        is insecure.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
