About
A reusable app to create and manage a landing page for your project - with supplied themes.
Version 0.1.1 - initial release, not ready for general use. Seriously. Don’t.
Project home: https://github.com/weholt/django-landing-page
Author: thomas@weholt.org
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.
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1a17b6ca58889af6281a128226fa7024ee95e342cda94872927cdf2da93c93d
|
|
| MD5 |
577ff1a2519fa411b14034e809e922c7
|
|
| BLAKE2b-256 |
ba36e40c3a38e19d25e3855c50f8626984a58b5d22c3d128d1e58276db970d92
|