Metadata-Version: 1.1
Name: django-things
Version: 0.1.15
Summary: Two Table model for Django for storing other model data. With things, you can create a django project and generate a static site from your database content.
Home-page: https://github.com/jmoswalt/django-things
Author: John-Michael Oswalt (JMO)
Author-email: jmoswalt@gmail.com
License: GNU Lesser General Public License (LGPL), Version 3
Description: ## Django-things
        
        Django Things is a framework designed around making quick models for a CMS. Django Things stores everything in one of two tables: Things and Values. This makes schema changes very easy since the schema isn't really kept in the database.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires: python (>= 2.6)
