Accelerated mobile pages (AMP) in django.
Project description
django-amp-tools ( amp_tools ) provides a simple way to work with Accelerated mobile pages (AMP) in django and gives you tools at your hand to render some different templates to deliver an AMP version of your site to the user.
The initial idea, which has guided the development of this application from django-mobile app, is to keep your views exactly the same but to transparently interchange the templates used to render a response.
This is done in two steps:
A middleware determines the client’s preference to view your site. E.g. if he wants to use the AMP or the standart version.
The template loader takes then care of choosing the correct templates based on the GET param detected in the middleware.
Installation
Pre-Requirements: django-amp-tools depends on django’s sites framework. So before you try to use django-amp-tools make sure that the sites framework is enabled and working.
Install django-amp-tools with your favourite python tool, e.g. with easy_install django-amp-tools or pip install django-amp-tools.
Add amp_tools to your INSTALLED_APPS setting in the settings.py.
Add amp_tools.middleware.AMPDetectionMiddleware to end of your MIDDLEWARE_CLASSES setting.
Add amp_tools.loader.Loader as first item to your loaders list for TEMPLATES setting in settings.py.
Usage
See docs/usage.rst
Documentation is available online, or in the doc directory of the project.
The source code for this app is hosted at https://github.com/shtalinberg/django-amp-tools.
Pull requests are welcome. See <http://django-amp-tools.readthedocs.io/en/latest/contributing.html>`_.
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-amp-tools-0.2.2.tar.gz
.
File metadata
- Download URL: django-amp-tools-0.2.2.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 492c0cebf4da0d3e4f00bbbde687985e98085e4c76821db435ab17d7a19c7ced |
|
MD5 | d800fbdc78efbc0dd73147936174b81c |
|
BLAKE2b-256 | f2dd131e1d698f4aefc44070068766c32850c6b01c3cac5a2587cbb14a440a62 |