Metadata-Version: 1.0
Name: templer.django-project-app
Version: 0.1
Summary: Templer system extensions for Django applications within projects
Home-page: https://github.com/collective/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.
        
        .. _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
