File: __init__.py

package info (click to toggle)
python-django-etcd-settings 0.1.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 328 kB
  • ctags: 276
  • 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'