django_utils

Django utility functions and libraries that I have written over time and regularly use

View the Project on GitHub

django_utils

Django utility functions and libraries that I have written over time and regularly use. All the libraries/functions are inside the common directory.

Details about the libraries included to help you get started.

common.external

External libraries that I use in my django projects.

common.logging

Use this package to add logging to your django rest framework ViewSets. Following are the steps required for using this package:

common.utils

Set of utility functions/libraries that can be imported into any python app.

Feel free to use/modify/share the libraries & functions as per your discretion. Happy Coding.