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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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