mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-28 20:10:27 +00:00
9 lines
113 B
Python
9 lines
113 B
Python
from configurations import Settings
|
|
|
|
|
|
def test_callback(request):
|
|
return {}
|
|
|
|
|
|
class Base(Settings):
|
|
pass
|