Metadata-Version: 1.0
Name: templer.django-project-app
Version: 1.0
Summary: Templer system extensions for Django applications within projects
Home-page: https://github.com/Fantomas42/templer.django-project-app
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD
Description: ==========================
        templer.django-project-app
        ==========================
        
        .. contents::
        
        Introduction
        ============
        
        This package extends the functionality of the templer code generation
        system. It builds upon the functionality of templer.core_, and depends on
        that package.
        
        This package provides basic support for creating Django applications within
        an existing project.
        
        Creating Applications
        =====================
        
        As with the parent package, templer.core, creating packages using
        templer.django-project-app template is accomplished by using the
        ``templer`` script. The script is invoked thus: ::
        
        $ templer django_project_app
        
        This will create a basic application skeleton related to your project,
        containing the models.py, urls.py and views.py which may be edited to
        taste.
        
        Changelog
        =========
        
        0.2
        ---
        
        * Adding structure for management commands.
        * Completing the default model and admin classes.
        
        0.1.1
        -----
        
        * Creation of a ``tests.py`` file.
        * The model name is now configurable.
        * Rename ``project`` var to ``project_root``.
        * Add a post run message with instructions for installing the new created
        applications.
        
        0.1
        ---
        
        * Porting the code of the unreleased *paster.django_project_application* to
        *templer.django-project-app*.
        
        
        .. _templer.core: http://pypi.python.org/pypi/templer.core
        
Keywords: templer,django,application
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Code Generators
