Metadata-Version: 2.4
Name: django-nativemojo
Version: 1.0.60
Summary: Deprecated compatibility package. Use django-mojo instead.
License: MIT
Author: MOJO Dev Team
Author-email: gotmojo@mojo.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: django-mojo (==1.0.60)
Description-Content-Type: text/markdown

# django-nativemojo

> **Deprecated compatibility package.** New installs should use [`django-mojo`](https://pypi.org/project/django-mojo/) instead.

This package is a thin shim that depends on `django-mojo`. It exists only to keep existing deployments working during the migration.

## Migrate

```bash
pip install django-mojo
```

Your imports (`from mojo import ...`) are unchanged.

