Django Master Soft utilities
Project description
Django MS Utils is a collection of useful classes, templates, templatetags for Django.
Requirements
Python: >=3.5
Django: >=1.11
Installation
Install using pip:
pip install django-ms-utils
Then add 'ms_utils' to your INSTALLED_APPS.
INSTALLED_APPS = [
...
'ms_utils',
]
Finally add 'ms_utils' urls:
urlpatterns = [
...
url(r'^ms-utils/', include('ms_utils.urls')),
]
Usage
Use the source, Luke!
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-ms-utils-0.3.11.tar.gz
.
File metadata
- Download URL: django-ms-utils-0.3.11.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5f948e362fcc4f71830f60a0e77d663dca35d9429280fcd699150521ff9e6ea |
|
MD5 | 5346372c8cf9c0eff9737849e6514da8 |
|
BLAKE2b-256 | 4c36bf2c353bbeab310c7d8c988567a856458618fcfc1b779726fcca4608ed90 |