Metadata-Version: 1.1
Name: hizashi-utils
Version: 0.2.0
Summary: Utils for managing Django Hizashi environment
Home-page: https://github.com/dodobas/hizashi-utils
Author: Dražen Odobašić
Author-email: dodobasic@gmail.com
License: LICENSE.txt
Description: Django Hizashi project utilities
        ================================
        
        A set of helper utilities for managing Django Hizashi project environment.
        
        
        initproject
        -----------
        
        To initialize a new project execute:
        
            hizashi.py initproject my_new_project_name
        
        Optional parameters:
        
        * *template* - path or url for a Django project template, defaults to https://github.com/dodobas/hizashi-project-template/archive/master.zip
        
        
        initapp
        -------
        
        To initialize a new application execute:
        
            hizashi.py initapp my_new_application_name
        
        Optional parameters:
        
        * *template* - path or url for a Django application template, defaults to https://github.com/dodobas/hizashi-application-template/archive/master.zip
        
Keywords: django hizashi utils helpers
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
