mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
5 lines
166 B
Python
5 lines
166 B
Python
from django.conf import settings
|
|
from troggle.core.models import Expedition
|
|
|
|
def troggle_context(request):
|
|
return { 'settings':settings, 'Expedition':Expedition } |