base-django-rest-framework


Namebase-django-rest-framework JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/evnskc/base-django-rest-framework
SummaryBase Django Rest Framework Project Setup
upload_time2023-07-05 06:36:48
maintainer
docs_urlNone
authorEvans
requires_python>=3.11,<4.0
licenseGPL-3.0-or-later
keywords base django django rest framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Test](https://github.com/evnskc/base-django-rest-framework/actions/workflows/test.yml/badge.svg)](https://github.com/evnskc/base-django-rest-framework/actions/workflows/test.yml)
[![Publish](https://github.com/evnskc/base-django-rest-framework/actions/workflows/publish.yml/badge.svg)](https://github.com/evnskc/base-django-rest-framework/actions/workflows/publish.yml)
[![PyPI](https://img.shields.io/pypi/v/base-django-rest-framework)](https://pypi.org/project/base-django-rest-framework/)

# Base Django Rest Framework Project Setup

## Installation

Using ```pip```

```commandline
pip install base-django-rest-framework
```

Using ```poetry```

```commandline
poetry add base-django-rest-framework
```

## Usage

In your project's settings.py

```python
# ...

INSTALLED_APPS = [
    # ...
    "rest_framework",
    "base_django_rest_framework",
    # ...
]

# ...

# Default base_django_rest_framework configurations
from base_django_rest_framework.conf import *  # NOQA
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/evnskc/base-django-rest-framework",
    "name": "base-django-rest-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "base,django,django rest framework",
    "author": "Evans",
    "author_email": "evans@fundi.dev",
    "download_url": "https://files.pythonhosted.org/packages/7e/a6/c80f42c7dd1311d976e960e99f0d95c38f776311d459fedbf14c61f7bda5/base_django_rest_framework-1.0.0.tar.gz",
    "platform": null,
    "description": "[![Test](https://github.com/evnskc/base-django-rest-framework/actions/workflows/test.yml/badge.svg)](https://github.com/evnskc/base-django-rest-framework/actions/workflows/test.yml)\n[![Publish](https://github.com/evnskc/base-django-rest-framework/actions/workflows/publish.yml/badge.svg)](https://github.com/evnskc/base-django-rest-framework/actions/workflows/publish.yml)\n[![PyPI](https://img.shields.io/pypi/v/base-django-rest-framework)](https://pypi.org/project/base-django-rest-framework/)\n\n# Base Django Rest Framework Project Setup\n\n## Installation\n\nUsing ```pip```\n\n```commandline\npip install base-django-rest-framework\n```\n\nUsing ```poetry```\n\n```commandline\npoetry add base-django-rest-framework\n```\n\n## Usage\n\nIn your project's settings.py\n\n```python\n# ...\n\nINSTALLED_APPS = [\n    # ...\n    \"rest_framework\",\n    \"base_django_rest_framework\",\n    # ...\n]\n\n# ...\n\n# Default base_django_rest_framework configurations\nfrom base_django_rest_framework.conf import *  # NOQA\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Base Django Rest Framework Project Setup",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://github.com/evnskc/base-django-rest-framework",
        "Homepage": "https://github.com/evnskc/base-django-rest-framework",
        "Repository": "https://github.com/evnskc/base-django-rest-framework"
    },
    "split_keywords": [
        "base",
        "django",
        "django rest framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74a0bcc20078511699d0df8c4b41bc7b77682dba734572c12885972dfb83d52f",
                "md5": "0fbab1e2202afeec3ee58a86d145f206",
                "sha256": "0a5bc86ede4274878f39aca4a7da00dcac37d1fbf9762899d36a9143b2a32748"
            },
            "downloads": -1,
            "filename": "base_django_rest_framework-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0fbab1e2202afeec3ee58a86d145f206",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 51300,
            "upload_time": "2023-07-05T06:36:47",
            "upload_time_iso_8601": "2023-07-05T06:36:47.177602Z",
            "url": "https://files.pythonhosted.org/packages/74/a0/bcc20078511699d0df8c4b41bc7b77682dba734572c12885972dfb83d52f/base_django_rest_framework-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea6c80f42c7dd1311d976e960e99f0d95c38f776311d459fedbf14c61f7bda5",
                "md5": "b0cdb213e85479ecafa4c9f2ca8c5209",
                "sha256": "9dfc6f54274c035785afc5b4b5dc924d95bb2b9ecf5570dedd8fb07c2535acfd"
            },
            "downloads": -1,
            "filename": "base_django_rest_framework-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b0cdb213e85479ecafa4c9f2ca8c5209",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 18503,
            "upload_time": "2023-07-05T06:36:48",
            "upload_time_iso_8601": "2023-07-05T06:36:48.961295Z",
            "url": "https://files.pythonhosted.org/packages/7e/a6/c80f42c7dd1311d976e960e99f0d95c38f776311d459fedbf14c61f7bda5/base_django_rest_framework-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 06:36:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "evnskc",
    "github_project": "base-django-rest-framework",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "base-django-rest-framework"
}
        
Elapsed time: 0.08453s