django-html-dumper 0.2.6

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangohtmldumper 0.2.6

Dumps html pages and their corresponding assets into a tar file

Documentation
The full documentation is at https://django-html-dumper.readthedocs.io.


Quickstart
Install HTML dumper:
pip install django-html-dumper
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'html_dumper.apps.HtmlDumperConfig',
...
)


Features

Add a django command dump_html

python manage.py dump_html [path/to/my/page1 my/page2] (default to ['/', ])
This will create a directory HTML_OUTPUT (name can be customized via settings.SITE_OUTPUT_DIRECTORY) which will contain :

the content of the page under the given urls for all available languages
the static folder (copied from the output of collectstatic, beware of all the admin assets…)



Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox


Credits
Tools used in rendering this package:

Cookiecutter
cookiecutter-djangopackage



History

0.2.5 (2017-08-14)

First usable (ish) version



0.1.0 (2017-08-14)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.