{ "info": { "author": "David Broudy", "author_email": "dave@broudy.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "############################\ndjango-apollo Documentation\n############################\n\nAbout\n=====\n\nThe best way to prove an idea is to test it. Whether you want to test a new\nfeature in an existing application or prove an entirely new concept,\ndjango-apollo helps you quickly add a landing page to your existing Django\nsite or create a new landing page based MVP site.\n\nUsage\n=====\n\nInstallation\n------------\n\n``pip install django-apollo``\n\nDependencies\n------------\n\nIn addition to Django, the following python packages are required by this\npackage, and should be installed automatically by ``pip``:\n\n* ``django-ckeditor >= 4.4``\n* ``django-widget-tweaks >= 1.3``\n\nBootstrap 3 and jQuery are also required, but because there are so many ways to\nadd these to your project, they have not been made dependencies. \n\nSettings\n--------\n\n* Add 'apollo' to your ``INSTALLED_APPS``\n* Create a list of ``LANDING_PAGE_TEMPLATES`` that will be used in your landing\n pages. You must create at least one. Typically these will be in your site's\n root template directory.\n\nAdmin Configuration\n-------------------\n\n* Configure your **Site** as appropriate.\n* Create a **Page** including key and landing template.\n* Add **Question** if needed.\n\nTemplates\n=========\n\nThe templates include a flexible layout scheme that allows you to define named\nblocks in your template file and type the content into the **Page** using the\nDjango Admin.\n\nHere is an example landing page template that you can include in your Django Site::\n\n {% extends \"base.html\" %}\n\n {% block content %}\n\n