forked from expo/troggle
Django 1.7 mostly working. Big refactor so probably bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.conf import settings
|
||||
from core.models import Expedition
|
||||
from troggle.core.models import Expedition
|
||||
|
||||
def troggle_context(request):
|
||||
return { 'settings':settings, 'Expedition':Expedition }
|
||||
Reference in New Issue
Block a user