mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
ae3fe8cd42
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
5 lines
158 B
Python
5 lines
158 B
Python
from django.conf import settings
|
|
from core.models import Expedition
|
|
|
|
def troggle_context(request):
|
|
return { 'settings':settings, 'Expedition':Expedition } |