Metadata-Version: 1.1
Name: django-brunch
Version: 1.0.2
Summary: Integrate a Brunch workflow with Django.
Home-page: https://github.com/nshafer/django-brunch
Author: Nathan Shafer
Author-email: nate-github@lotech.org
License: BSD License
Description: 
        This replaces the `runserver` management command with a version that fires up a `brunch watch` process alongside the
        Django development server to automatically recompile css and javascript. The brunch process is not interrupted when
        the Django server reloads, but it will die when you shut down the Django server.
        
        `Full Documentation on GitHub <https://github.com/nshafer/django-brunch>`_
        
Keywords: django brunch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
