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
Add “maslow” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'maslow', ]
Include the polls URLconf in your project urls.py like this:
url(r'^maslow/', include('maslow.urls')),
Run python manage.py migrate to create the maslow models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/maslow/ to see it in action.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4af63a0145d62667998b7a3fb7a552c54a7ee0ab2aa62e5930c506d716eba63c |
|
MD5 | 2ae14ea9350742d82583e36e3b5c27b0 |
|
BLAKE2b-256 | 4038c46708a814f8d12efb305a2d01dac7f159de641837b7659c8f1d04af9fdc |