django-migrations-admin


Namedjango-migrations-admin JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryDjango migrations admin viewer
upload_time2023-10-19 20:11:53
maintainer
docs_urlNone
author
requires_python
license
keywords django postgres
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Installation
```bash
$ pip install django-migrations-admin
```

#### `settings.py`
```python
INSTALLED_APPS+=['django_migrations_admin']
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-migrations-admin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django,postgres",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/05/eb/11f879d7dd5c75e12174feb1f1c4fc3e9b8c23173b54151d265d58210432/django-migrations-admin-1.0.0.tar.gz",
    "platform": null,
    "description": "### Installation\n```bash\n$ pip install django-migrations-admin\n```\n\n#### `settings.py`\n```python\nINSTALLED_APPS+=['django_migrations_admin']\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Django migrations admin viewer",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "django",
        "postgres"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05eb11f879d7dd5c75e12174feb1f1c4fc3e9b8c23173b54151d265d58210432",
                "md5": "575a4114e7a84fc6b4cac96a84868588",
                "sha256": "549a82c018fd5b6b89eb8d94faaacf2bafe7c7fcf6d05444ffdcdfc990b77838"
            },
            "downloads": -1,
            "filename": "django-migrations-admin-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "575a4114e7a84fc6b4cac96a84868588",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1543,
            "upload_time": "2023-10-19T20:11:53",
            "upload_time_iso_8601": "2023-10-19T20:11:53.111507Z",
            "url": "https://files.pythonhosted.org/packages/05/eb/11f879d7dd5c75e12174feb1f1c4fc3e9b8c23173b54151d265d58210432/django-migrations-admin-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 20:11:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-migrations-admin"
}
        
Elapsed time: 0.16016s