Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_outbox_base_layout-1.2.tar.gz (18.6 MB view hashes)

Uploaded Source

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