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/).

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
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.6.tar.gz
(3.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-sssoon-0.1.6.tar.gz.
File metadata
- Download URL: django-sssoon-0.1.6.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e9805792cd9e60a552cdac91171de62eb9125b187411d94b9582b91d6b7f7e
|
|
| MD5 |
8d4e69e99d413a8f601059d2c7990a1a
|
|
| BLAKE2b-256 |
06b44aabb1323c27f9be88219b59d0d9ff829fcc08c3f468896ba14fa405a27f
|
File details
Details for the file django_sssoon-0.1.6-py2.py3-none-any.whl.
File metadata
- Download URL: django_sssoon-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5e995e12689778169eb8219746c433bd989f31a15afd261608b61bf7d54fb5c
|
|
| MD5 |
c791b47a15acbe89678a95b3de3ab21d
|
|
| BLAKE2b-256 |
58aaa0410a2117fd0805a5f047309507c2cd179f89bdb0b41d6015a4ff263cae
|