
Minimal configuration static site generator for Django
django-distill is a static site generator and publisher for Django that allows users to export fully functional static sites. It integrates seamlessly with Django, extending its capabilities to create static HTML files for websites. The generated static files can be uploaded to remote containers like Amazon S3 or written to a local directory. django-distill is suitable for blogs and other mostly static websites that still require a CMS for content management. It supports most Django versions and can be easily integrated into CI/CD workflows for automatic deployment.
django-distill is a static site generator and publisher for Django that allows users to export fully functional static sites. It seamlessly integrates with Django and requires minimal configuration. It supports most Django versions and can be easily integrated into CI/CD workflows. The generated static files can be uploaded to remote containers or stored in a local directory. django-distill is suitable for blogs and other mostly static websites and supports Python 3.x releases.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.