Twitter plugin for django-blog-zinnia
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-livereload-0.1.tar.gz
.
File metadata
- Download URL: django-livereload-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6fe63abfa42c22b2eee98d0533616cd5bcd24bcf50221b0c5427e1c6d76b3eb |
|
MD5 | 1e5078a77f1286739a0fa0041b67ed61 |
|
BLAKE2b-256 | 30a69da5a7ed1934fd7f674c34506ed8a6df970440af5169389eea1b790e166b |