wc-django-settings


Namewc-django-settings JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummarySettings for packages.
upload_time2024-11-08 13:59:53
maintainerNone
docs_urlNone
authorWebCase
requires_python>=3.6
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WebCase Settings

Global and User settings per package registry.

## Installation

```sh
pip install wc-django-settings
```

In `settings.py`:

```python
INSTALLED_APPS += [
  'wcd_settings',
]

MIDDLEWARE += [
  'wcd_settings.middleware.settings_middleware',
]
```
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0]
Initial version.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wc-django-settings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "WebCase",
    "author_email": "info@webcase.studio",
    "download_url": "https://files.pythonhosted.org/packages/0a/bd/2f38c0bb6fde775a2f4c320be0ead996407fca66e7b3f602de38606bd84d/wc_django_settings-0.1.0.tar.gz",
    "platform": null,
    "description": "# WebCase Settings\n\nGlobal and User settings per package registry.\n\n## Installation\n\n```sh\npip install wc-django-settings\n```\n\nIn `settings.py`:\n\n```python\nINSTALLED_APPS += [\n  'wcd_settings',\n]\n\nMIDDLEWARE += [\n  'wcd_settings.middleware.settings_middleware',\n]\n```\n# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n## [0.1.0]\nInitial version.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Settings for packages.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0abd2f38c0bb6fde775a2f4c320be0ead996407fca66e7b3f602de38606bd84d",
                "md5": "084cb5ad5fa09f1b0a0a587877d082da",
                "sha256": "379744a4ebd0a144a7b9e100b7caf4fccd8c0c90098a5acd4c5b98689ec8a202"
            },
            "downloads": -1,
            "filename": "wc_django_settings-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "084cb5ad5fa09f1b0a0a587877d082da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26684,
            "upload_time": "2024-11-08T13:59:53",
            "upload_time_iso_8601": "2024-11-08T13:59:53.097799Z",
            "url": "https://files.pythonhosted.org/packages/0a/bd/2f38c0bb6fde775a2f4c320be0ead996407fca66e7b3f602de38606bd84d/wc_django_settings-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 13:59:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wc-django-settings"
}
        
Elapsed time: 0.48501s