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](https://www.creative-tim.com/).

![Screenshot](./docs/images/screencapture.png "Screenshot")

Detailed documentation is in the "docs" directory.

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`:

```python
pip install django-sssoon
```

2. Add "sssoon" to your INSTALLED_APPS setting like this:

```python
INSTALLED_APPS = [
...
'sssoon',
]
```

2. Include the sssoon URLconf in your project urls.py like this to make your index page coming sssoon:

```python
url(r'^', include('sssoon.urls', namespace="sssoon")),
```

3. Collect static files

```python
python manage.py collectstatic
```

4. 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.2.tar.gz (3.2 MB view hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 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