Metadata-Version: 2.1
Name: model-porter
Version: 4.1.1
Summary: Portable serialisation of Django models.
Home-page: https://github.com/high-dimensional/model-porter
Author: High Dimensional Neurology Group, UCL
Author-email: pypi@highdimensional.net
License: BSD-3-Clause
Platform: any
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: Django (<4.2,>=4.1)

model-porter
============

Internal tool for seeding content in Django (and Wagtail). Please bear with us while we prepare more detailed documentation.

Compatibility
-------------

`model-porter`' major.minor version number indicates the Django release it is compatible with. Currently this is Django 4.1.

Installation
------------

1. Install using `pip`:
  ```shell
  pip install model-porter
  ```
2. Add
   `model_porter` to your `INSTALLED_APPS` setting:
   ```python
   INSTALLED_APPS = [
     # ...
     'model_porter'
     # ...
   ]
   ```


