File: __init__.py

package info (click to toggle)
python-django-etcd-settings 0.1.13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: python: 925; makefile: 210
file content (5 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (4)
1
2
3
4
5
from .proxy import proxy

settings = proxy

default_app_config = 'etcd_settings.apps.EtcdMonitor'