
Provides a template tag {% include_by_ajax %} for a Django project
The pypiA Django App is designed to improve the performance of start pages by loading content dynamically. It allows users to organize heavy pages into sections, which are included in the main page template. This app introduces a new template tag {% include_by_ajax template_name %} that initially renders an empty placeholder and then loads the content by Ajax dynamically. The included template will receive all the context that would normally be passed to a regular {% include template_name %} template tag.
The pypiA Django App is a useful tool for improving the performance of start pages by loading content dynamically. By organizing heavy pages into sections and using the {% include_by_ajax %} template tag, users can display the initial content immediately and load the rest of the page asynchronously. This can significantly reduce the loading time and improve the user experience.
