Skip to content

settings-editor is a tool which helps to edit your settings files via web GUI

Notifications You must be signed in to change notification settings

GregEremeev/settings-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

settings-editor

settings-editor is a tool which helps to edit your settings files via web gui

Installation

Clone repository and install dependencies

git clone https://github.com/gregeremeev/settings-editor.git
cd settings-editor
python3 -m venv .venv
source .venv/bin/activate
pip install .

Set custom config

export SETTINGS_EDITOR_SETTINGS=/your_custom_path/editor_settings.py

#editor_settings.py
#don't forget to use https because of basic auth
BASIC_AUTH_USERNAME = 'admin'
BASIC_AUTH_PASSWORD = 'admin'
DIR_PATH = 'path_to_dir_with_settings'
SECRET_KEY = 'secret_key'

Run application

python app.py --port 5000 --host 127.0.0.1

web GUI

List page

Item page

About

settings-editor is a tool which helps to edit your settings files via web GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages