11---
22title : django-distill
3- repo : mgrp /django-distill
4- homepage : https://github.com/mgrp /django-distill
3+ repo : meeb /django-distill
4+ homepage : https://github.com/meeb /django-distill
55language :
66 - Python
77license :
@@ -11,23 +11,27 @@ templates:
1111description : django-distill lets you to create and publish a static website from any Django project.
1212---
1313
14- django-distill is a simple to implement static site generator for Django. It
14+ ` django-distill ` is a simple to implement static site generator for Django. It
1515is fully compatible with all Django projects and works with existing complex
1616Django applications without interfering. It does not require modifications to
1717existing apps and only small per-URL functions need to be created.
1818
19- django-distill is designed to integrate with existing Django projects and does
19+ ` django-distill ` is designed to integrate with existing Django projects and does
2020not require learning any new framework or file structures to use.
2121
22+ A fully working example of using ` django-distill ` with a Django blog is available here
23+ [ https://github.com/meeb/django-distill-example ] ( https://github.com/meeb/django-distill-example )
24+
2225### Features
2326
2427- Full compatibility with all Django projects
2528- No overhead when added to existing projects
2629- Trivial to add to existing Django sites
30+ - Easy to integrate into CI/CD processes
2731- Uses the standard Django project structure and does not require learning a new sub-framework
2832- Can generate static pages for all or just part of your project
29- - Full support for publishing to S3 and Rackspace Cloud Files with remote checks
30- - Validation of remote containers on S3 and Rackspace Cloud Files
33+ - Full support for publishing to S3, Google Cloud Storage and Rackspace Cloud Files with remote checks
34+ - Validation of remote containers on S3, Google Cloud Storage and Rackspace Cloud Files
3135- Generation is identical to the output of existing dynamic Django content
3236- Simple to implement and debug
3337- Only modification required is to ` urls.py ` and ` settings.py `
0 commit comments