Metadata-Version: 2.4
Name: mitol-django-common
Version: 2026.4.29
Summary: MIT Open Learning django app extensions for common utilities
License-Expression: BSD-3-Clause
Requires-Python: >=3.11
Requires-Dist: django-redis~=6.0
Requires-Dist: django-stubs>=1.13.1
Requires-Dist: django-webpack-loader>=0.7.0
Requires-Dist: django>=3.0
Requires-Dist: pytz>=2020.4
Requires-Dist: requests>=2.20.0
Requires-Dist: typing-extensions
Provides-Extra: celery
Requires-Dist: celery>=5.5.0; extra == 'celery'
Description-Content-Type: text/markdown

mitol-django-common
---

This is the Open Learning Django Common app. It provides common functionality used across all our applications.

### Getting started

`pip install mitol-django-common`


### Configuration

- `MITOL_COMMON_USER_FACTORY` - (optional) set to the fully qualified path for a user model factory, otherwise a default based on `django.contrib.auth.models.User` is used
