wagtail-content-admin


Namewagtail-content-admin JSON
Version 4.1.1 PyPI version JSON
download
home_pagehttps://github.com/high-dimensional/wagtail-content-admin
SummaryA Wagtail app for working with content-driven model instances in the admin interface.
upload_time2023-05-12 16:36:40
maintainer
docs_urlNone
authorHigh Dimensional Neurology Group, UCL
requires_python~=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wagtail-content-admin
=====================

A Wagtail app for working with content-driven model instances in the admin interface. Please bear with us while we prepare more detailed documentation.

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

`wagtail-content-admin`' major.minor version number indicates the Wagtail release it is compatible with. Currently this is Wagtail 4.1.x

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

1. Install using `pip`:
  ```shell
  pip install wagtail-content-admin
  ```
2. Add
   `wagtail_content_admin` to your `INSTALLED_APPS` setting:
   ```python
   INSTALLED_APPS = [
     # ...
     'wagtail_content_admin'
     # ...
   ]
   ```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/high-dimensional/wagtail-content-admin",
    "name": "wagtail-content-admin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "High Dimensional Neurology Group, UCL",
    "author_email": "pypi@highdimensional.net",
    "download_url": "https://files.pythonhosted.org/packages/9d/eb/9d00ca0920ced8d5c0114d3cf6d95d7b720fdca78ae89d75168693912c69/wagtail-content-admin-4.1.1.tar.gz",
    "platform": "any",
    "description": "wagtail-content-admin\n=====================\n\nA Wagtail app for working with content-driven model instances in the admin interface. Please bear with us while we prepare more detailed documentation.\n\nCompatibility\n-------------\n\n`wagtail-content-admin`' major.minor version number indicates the Wagtail release it is compatible with. Currently this is Wagtail 4.1.x\n\nInstallation\n------------\n\n1. Install using `pip`:\n  ```shell\n  pip install wagtail-content-admin\n  ```\n2. Add\n   `wagtail_content_admin` to your `INSTALLED_APPS` setting:\n   ```python\n   INSTALLED_APPS = [\n     # ...\n     'wagtail_content_admin'\n     # ...\n   ]\n   ```\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A Wagtail app for working with content-driven model instances in the admin interface.",
    "version": "4.1.1",
    "project_urls": {
        "Homepage": "https://github.com/high-dimensional/wagtail-content-admin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14bb6d6e9d867c3bad403d50d0f0aa65c6ed6e1f6c1396f376673935769472d0",
                "md5": "ae7299739b8da22ee6aef780429da18d",
                "sha256": "e098e30dac7d90fe3fc4148b3e25b4d4c8c8f5f7329154f86a9925c6a12644eb"
            },
            "downloads": -1,
            "filename": "wagtail_content_admin-4.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae7299739b8da22ee6aef780429da18d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 39752,
            "upload_time": "2023-05-12T16:36:38",
            "upload_time_iso_8601": "2023-05-12T16:36:38.545943Z",
            "url": "https://files.pythonhosted.org/packages/14/bb/6d6e9d867c3bad403d50d0f0aa65c6ed6e1f6c1396f376673935769472d0/wagtail_content_admin-4.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9deb9d00ca0920ced8d5c0114d3cf6d95d7b720fdca78ae89d75168693912c69",
                "md5": "92ab8adaf645c31090d9174177c6a434",
                "sha256": "c056a8b39451389e03da74b009042c93b5e4bfe839c16158ab15cd8f16e709d0"
            },
            "downloads": -1,
            "filename": "wagtail-content-admin-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92ab8adaf645c31090d9174177c6a434",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 32699,
            "upload_time": "2023-05-12T16:36:40",
            "upload_time_iso_8601": "2023-05-12T16:36:40.918182Z",
            "url": "https://files.pythonhosted.org/packages/9d/eb/9d00ca0920ced8d5c0114d3cf6d95d7b720fdca78ae89d75168693912c69/wagtail-content-admin-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-12 16:36:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "high-dimensional",
    "github_project": "wagtail-content-admin",
    "github_not_found": true,
    "lcname": "wagtail-content-admin"
}
        
Elapsed time: 0.07902s