Skip to main content

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.

Screenshot

Quick start

  1. django-sssoon is available on the Python Package Index (PyPI), so it can be installed with standard Python tools like pip or easy_install:
pip install django-sssoon
  1. Add "sssoon" and "captcha" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...
    'captcha',
    'sssoon',
]
  1. 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
  1. Include the sssoon URLconf in your project urls.py like this to make your index page coming sssoon:
path('', include('sssoon.urls', namespace="sssoon")),
  1. Collect static files
python manage.py collectstatic
  1. Start the development server and visit http://127.0.0.1:8000/

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-sssoon-0.1.12.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

django_sssoon-0.1.12-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

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

Hashes for django-sssoon-0.1.12.tar.gz
Algorithm Hash digest
SHA256 5f5779d26daae637375ab56ac385cdcf8cfa5b95c4d55fc954e2bc75bca633b4
MD5 19eeb17f3fc061c1312136b504d0f539
BLAKE2b-256 c83eb20cbf0b687da7e3cca1afa71f54373a0cccada1f2d099b73cde7ce02b06

See more details on using hashes here.

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

Hashes for django_sssoon-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 ed8b4343349166caed9701f1d035903f15eb1e21acfca12a71aad90470c1e301
MD5 98d3faa71309b7a6e8e1a3faf8cb3e8c
BLAKE2b-256 81344989d492699fffafc4358f31caa902f8ae1243f30a0806ae6c208d511650

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