Skip to main content

A simple Django base app.

Project description

Django Maslow – Providing the base layer for all Django apps on their journey to self actualisation.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “maslow” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'maslow',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^maslow/', include('maslow.urls')),
  3. Run python manage.py migrate to create the maslow models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/maslow/ to see it in action.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_maslow-0.7.0-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file django_maslow-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: django_maslow-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for django_maslow-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4af63a0145d62667998b7a3fb7a552c54a7ee0ab2aa62e5930c506d716eba63c
MD5 2ae14ea9350742d82583e36e3b5c27b0
BLAKE2b-256 4038c46708a814f8d12efb305a2d01dac7f159de641837b7659c8f1d04af9fdc

See more details on using hashes here.

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