A simple Django app with a base layout for new projects of Outbox Company.
Project description
=====
Outbox Base Layout
=====
Outbox Base Layout is a simple Django app with a base layout for new
projects of Outbox Company. The app implements the sbadmin2 template
for Django projects.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "outbox_base_layout" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'outbox_base_layout',
]
2. Include the base layout examples URLconf in your project urls.py like this::
path('examples/', include('outbox_base_layout.urls')),
3. Start the development server and visit http://127.0.0.1:8000/examples/.
4. Visit http://127.0.0.1:8000/examples/ to view the base.
Outbox Base Layout
=====
Outbox Base Layout is a simple Django app with a base layout for new
projects of Outbox Company. The app implements the sbadmin2 template
for Django projects.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "outbox_base_layout" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'outbox_base_layout',
]
2. Include the base layout examples URLconf in your project urls.py like this::
path('examples/', include('outbox_base_layout.urls')),
3. Start the development server and visit http://127.0.0.1:8000/examples/.
4. Visit http://127.0.0.1:8000/examples/ to view the base.
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
File details
Details for the file django_outbox_base_layout-1.2.tar.gz.
File metadata
- Download URL: django_outbox_base_layout-1.2.tar.gz
- Upload date:
- Size: 18.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c7a45f59d5d0c087e621d9601912109a6fdc8eac2e0473f6a2d5a999184173
|
|
| MD5 |
7293bfaa8c4e03a160d99a3615330649
|
|
| BLAKE2b-256 |
6ad053e18826664cbe47f2e09313505c36c8b110180076763cd5db170ebd9743
|