Skip to main content

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


Download files

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

Source Distribution

django-ms-utils-0.3.11.tar.gz (1.0 MB view details)

Uploaded Source

File details

Details for the file django-ms-utils-0.3.11.tar.gz.

File metadata

File hashes

Hashes for django-ms-utils-0.3.11.tar.gz
Algorithm Hash digest
SHA256 c5f948e362fcc4f71830f60a0e77d663dca35d9429280fcd699150521ff9e6ea
MD5 5346372c8cf9c0eff9737849e6514da8
BLAKE2b-256 4c36bf2c353bbeab310c7d8c988567a856458618fcfc1b779726fcca4608ed90

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