Skip to main content

A simple reusable app for django to create and maintain a landing page for your project.

Project description

https://badge.fury.io/py/django-landing-page.svg https://travis-ci.org/weholt/django-landing-page.svg?branch=master https://codecov.io/gh/weholt/django-landing-page/branch/master/graph/badge.svg

About

A reusable app to create and manage a landing page for your project - with supplied themes.

Quickstart

Install django-landing-page:

pip install django-landing-page

Add the app and it requirements to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'landing_page',
    'fontawesome',
    'sorl.thumbnail',
    'ckeditor',
    ...
)

See the requirements.txt in the source-folder at github for details.

Add django-landing-page’s URL patterns:

from landing_page import urls as landing_page_urls


urlpatterns = [
    ...
    url(r'^', include('landing_page.urls', namespace='landing_page')),
    ...
]

Features

  • TODO

Credits

Tools used in rendering this package:

History

0.1.0 (2018-10-03)

  • First release on PyPI.

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

django-landing-page-0.1.1.tar.gz (17.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page