mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 00:47:10 +00:00
Django 1.7 mostly working. Big refactor so probably bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.db import models
|
||||
from core.models import Cave, Entrance
|
||||
from troggle.core.models import Cave, Entrance
|
||||
|
||||
class Redirect(models.Model):
|
||||
originalURL = models.CharField(max_length=200, unique=True)
|
||||
|
||||
Reference in New Issue
Block a user