A simple Django app to add a beautiful coming soon page to your project.
Project description
django-sssoon
Django-sssoon is a simple Django app to add beautiful coming soon webpage to your django website. This template is based on on Bootstrap 3 and designed by Creative Tim.
Quick start
- django-sssoon is available on the Python Package Index (PyPI), so it can be installed with standard Python tools like
pip
oreasy_install
:
pip install django-sssoon
- Add "sssoon" and "captcha" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'captcha',
'sssoon',
]
- Sign up for reCAPTCHA, then Add the Google reCAPTCHA keys generated to your Django production settings with RECAPTCHA_PUBLIC_KEY and RECAPTCHA_PRIVATE_KEY
# https://github.com/praekelt/django-recaptcha
RECAPTCHA_PUBLIC_KEY = "MyRecaptchaKey123"
RECAPTCHA_PRIVATE_KEY = "MyRecaptchaPrivateKey456"
RECAPTCHA_REQUIRED_SCORE = 0.3
- Include the sssoon URLconf in your project urls.py like this to make your index page coming sssoon:
path('', include('sssoon.urls', namespace="sssoon")),
- Collect static files
python manage.py collectstatic
- Start the development server and visit http://127.0.0.1:8000/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-sssoon-0.1.12.tar.gz
(1.4 MB
view details)
Built Distribution
File details
Details for the file django-sssoon-0.1.12.tar.gz
.
File metadata
- Download URL: django-sssoon-0.1.12.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.10.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f5779d26daae637375ab56ac385cdcf8cfa5b95c4d55fc954e2bc75bca633b4 |
|
MD5 | 19eeb17f3fc061c1312136b504d0f539 |
|
BLAKE2b-256 | c83eb20cbf0b687da7e3cca1afa71f54373a0cccada1f2d099b73cde7ce02b06 |
File details
Details for the file django_sssoon-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: django_sssoon-0.1.12-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.10.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8b4343349166caed9701f1d035903f15eb1e21acfca12a71aad90470c1e301 |
|
MD5 | 98d3faa71309b7a6e8e1a3faf8cb3e8c |
|
BLAKE2b-256 | 81344989d492699fffafc4358f31caa902f8ae1243f30a0806ae6c208d511650 |