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 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