Metadata-Version: 1.1
Name: django-livereload
Version: 0.1
Summary: Twitter plugin for django-blog-zinnia
Home-page: https://github.com/Fantomas42/django-livereload
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Description: =================
        Django-livereload
        =================
        
        Application performing a `LiveReload`_ with `tiny-lr`_ once the development
        server has started.
        
        Why this project ?
        ------------------
        
        Recently I started to use `Gulp`_ and `LiveReload`_ to automatize some
        tasks. Once an HTML, CSS or JS has changed, a livereload is performed in
        the browser to reflect the changes, and I was pretty happy.
        
        But I found one limitation, I cannot perform a livereload of the current
        page when I edit Python files, because the development server provided by
        Django is not necessary ready when the livereload request is emitted.
        
        That's why I created this application.
        
        Installation
        ------------
        
        * First install the package on your system: ::
        
          $ pip install django-livereload
        
        * Then register the ``'livereload'`` application in your ``INSTALLED_APPS``
          setting, after the ``'django.contrib.staticfiles'`` application if used.
        
        Usage
        -----
        
        If the livereload server provided by `tiny-lr` is launched (via `Gulp`_,
        `Grunt`_ or whatever), the ``runserver`` command will do a livereload on
        your browser when the Django development server is ready.
        
        .. _`LiveReload`: http://livereload.com/
        .. _`tiny-lr`: https://github.com/mklabs/tiny-lr
        .. _`Gulp`: http://gulpjs.com/
        .. _`Grunt`: http://gruntjs.com/
        
Keywords: django,zinnia,twitter
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
