https://github.com/fasih/django-settings-local
Manage Django Local Settings
https://github.com/fasih/django-settings-local
django django-settings
Last synced: 3 months ago
JSON representation
Manage Django Local Settings
- Host: GitHub
- URL: https://github.com/fasih/django-settings-local
- Owner: fasih
- License: gpl-3.0
- Created: 2020-10-18T06:01:33.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-20T10:34:53.000Z (over 4 years ago)
- Last Synced: 2025-02-26T16:08:42.908Z (3 months ago)
- Topics: django, django-settings
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. role:: python(code)
:language: python####################################################
django-settings-local - Manage Django Local Settings
####################################################.. image:: https://img.shields.io/pypi/v/django-settings-local.svg
:target: https://pypi.org/project/django-settings-local.. image:: https://img.shields.io/pypi/pyversions/django-settings-local.svg
:target: https://pypi.org/project/django-settings-local.. image:: https://github.com/fasih/django-settings-local/workflows/build/badge.svg
:target: https://github.com/fasih/django-settings-local/actions?query=workflow:build.. image:: https://github.com/fasih/django-settings-local/workflows/publish/badge.svg
:target: https://github.com/fasih/django-settings-local/actions?query=workflow:publish.. image:: https://codecov.io/gh/fasih/django-settings-local/branch/develop/graph/badge.svg?token=YDO44RQBSS
:target: https://codecov.io/gh/fasih/django-settings-local.. image:: https://deepsource.io/gh/fasih/django-settings-local.svg/?label=active+issues&show_trend=true
:target: https://deepsource.io/gh/fasih/django-settings-local/?ref=repository-badge*****
Usage
*****0. Installation
===============The preferred instalation method is directly from pypi:
.. code:: console
pip install -U django-settings-local
1. Quickstart
=============In your Django project app directory:
.. code:: console
dsl
2. Quickhelp
=============Quick help from simple console script:
.. code:: console
dsl -h