2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 00:17:13 +00:00

rename flatpages as expopages to reduce confusion

This commit is contained in:
Philip Sargent
2021-03-30 21:05:27 +01:00
parent 0f024b27f0
commit cacae6a9cd
12 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
from troggle.core.models import Cave, Entrance
import troggle.flatpages.models
import troggle.expopages.models
import settings