Metadata-Version: 1.1
Name: djangosite
Version: 0.1.3
Summary: A server startup signal for Django
Home-page: http://site.lino-framework.org
Author: Luc Saffre
Author-email: luc.saffre@gmail.com
License: Free BSD
Description: `djangosite` adds to a Django project the concept of 
        "the application running on this site".
        It defines a `Site` class
        and expects an instance of it in ``settings.SITE``.
        
        This brings an additional level of encapsulation to Django.
        A `Site` is "something between an app and a project",
        it is a kind of "master app" or "project template".
        Note that it has nothing to do with Django's `SITE_ID
        <https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-SITE_ID>`__ 
        setting.
        More about this vocabulary problem in 
        `What is a software application? 
        <http://site.lino-framework.org/application.html>`__.
        
        An immediate benefit of `djangosite` is to implement a
        `server startup signal for Django 
        <http://site.lino-framework.org/startup_signal.html>`__
        
        `djangosite` is also the foundation for projects like 
        `North <http://north.lino-framework.org>`__
        and the `Lino framework <http://www.lino-framework.org>`__.
Platform: UNKNOWN
Classifier:   Programming Language :: Python
Classifier:   Programming Language :: Python :: 2.6
Classifier:   Programming Language :: Python :: 2.7
Classifier:   Development Status :: 4 - Beta
Classifier:   Environment :: Web Environment
Classifier:   Framework :: Django
Classifier:   Intended Audience :: Developers
Classifier:   Intended Audience :: System Administrators
Classifier:   License :: OSI Approved :: BSD License
Classifier:   Natural Language :: English
Classifier:   Operating System :: OS Independent
Classifier:   Topic :: Database :: Front-Ends
Classifier:   Topic :: Software Development :: Libraries :: Application Frameworks
