mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-17 06:30:28 +00:00
9 lines
123 B
Python
9 lines
123 B
Python
from configurations import Configuration
|
|
|
|
|
|
def test_callback(request):
|
|
return {}
|
|
|
|
|
|
class Base(Configuration):
|
|
pass
|