Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 898 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 898 Bytes
Django Swiss Knife

PyPI - License Travis branch


Django Swiss Knife is a collection of tools and helpers to create faster Django applications.

Quick start

  1. Install the library with pip: pip install django-swiss-knife
  2. Add django_swiss_knife to your INSTALLED_APPS settings
  3. Import django_swiss_knife on your project