{ "info": { "author": "Gautier Hayoun", "author_email": "ghayoun@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django tiniest cms\n==================\n\nInstallation\n------------\n\n#. The recommended way to install django-tiniest-cms package is with pip.\n\n $ pip install django-tiniest-cms\n\n#. Then add 'django-tiniest-cms' to `INSTALLED_APPS`.\n\nUsage\n-----\n\nAssuming this would be the frontpage template of a website :\n\n {% load tiniest_cms %}\n
\n