{ "info": { "author": "Thomas Weholt", "author_email": "thomas@weholt.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=============================\ndjango-landing-page\n=============================\n\n.. image:: https://badge.fury.io/py/django-landing-page.svg\n :target: https://badge.fury.io/py/django-landing-page\n\n.. image:: https://travis-ci.org/weholt/django-landing-page.svg?branch=master\n :target: https://travis-ci.org/weholt/django-landing-page\n\n.. image:: https://codecov.io/gh/weholt/django-landing-page/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/weholt/django-landing-page\n\nAbout\n-----\n\nA reusable app to create and manage a landing page for your project - with supplied themes.\n\n- Version 0.1.1 - initial release, not ready for general use. Seriously. Don't.\n- Project home: https://github.com/weholt/django-landing-page\n- Author: thomas@weholt.org\n\n\nQuickstart\n----------\n\nInstall django-landing-page::\n\n pip install django-landing-page\n\nAdd the app and it requirements to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'landing_page',\n 'fontawesome',\n 'sorl.thumbnail',\n 'ckeditor',\n ...\n )\n\nSee the requirements.txt in the source-folder at github for details.\n\nAdd django-landing-page's URL patterns:\n\n.. code-block:: python\n\n from landing_page import urls as landing_page_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include('landing_page.urls', namespace='landing_page')),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-10-03)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/weholt/django-landing-page", "keywords": "django-landing-page", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-landing-page", "package_url": "https://pypi.org/project/django-landing-page/", "platform": "", "project_url": "https://pypi.org/project/django-landing-page/", "project_urls": { "Homepage": "https://github.com/weholt/django-landing-page" }, "release_url": "https://pypi.org/project/django-landing-page/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A simple reusable app for django to create and maintain a landing page for your project.", "version": "0.1.2" }, "last_serial": 4338200, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "a72adabaa28f14ab47c19fd9c53abe69", "sha256": "78e18e9587389707c509c1ee5c1941439e9395f667efb27ff35512cd983483c9" }, "downloads": -1, "filename": "django-landing-page-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a72adabaa28f14ab47c19fd9c53abe69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17525772, "upload_time": "2018-10-03T18:16:21", "url": "https://files.pythonhosted.org/packages/77/c8/77f165d98e915860fe3a27d2b50b0d2d952f07d02ceec14a2dec29e167ee/django-landing-page-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "577ff1a2519fa411b14034e809e922c7", "sha256": "f1a17b6ca58889af6281a128226fa7024ee95e342cda94872927cdf2da93c93d" }, "downloads": -1, "filename": "django-landing-page-0.1.2.tar.gz", "has_sig": false, "md5_digest": "577ff1a2519fa411b14034e809e922c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17525744, "upload_time": "2018-10-03T21:30:33", "url": "https://files.pythonhosted.org/packages/ba/36/e40c3a38e19d25e3855c50f8626984a58b5d22c3d128d1e58276db970d92/django-landing-page-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "577ff1a2519fa411b14034e809e922c7", "sha256": "f1a17b6ca58889af6281a128226fa7024ee95e342cda94872927cdf2da93c93d" }, "downloads": -1, "filename": "django-landing-page-0.1.2.tar.gz", "has_sig": false, "md5_digest": "577ff1a2519fa411b14034e809e922c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17525744, "upload_time": "2018-10-03T21:30:33", "url": "https://files.pythonhosted.org/packages/ba/36/e40c3a38e19d25e3855c50f8626984a58b5d22c3d128d1e58276db970d92/django-landing-page-0.1.2.tar.gz" } ] }