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.2.tar.gz (17.5 MB view details)

Uploaded Source

File details

Details for the file django-landing-page-0.1.2.tar.gz.

File metadata

  • Download URL: django-landing-page-0.1.2.tar.gz
  • Upload date:
  • Size: 17.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for django-landing-page-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f1a17b6ca58889af6281a128226fa7024ee95e342cda94872927cdf2da93c93d
MD5 577ff1a2519fa411b14034e809e922c7
BLAKE2b-256 ba36e40c3a38e19d25e3855c50f8626984a58b5d22c3d128d1e58276db970d92

See more details on using hashes here.

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