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