forked from expo/troggle
create core/models/ directroy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.conf import settings
|
||||
from troggle.core.models import Expedition
|
||||
from troggle.core.models.troggle import Expedition
|
||||
|
||||
def troggle_context(request):
|
||||
return { 'settings':settings, 'Expedition':Expedition }
|
||||
Reference in New Issue
Block a user