forked from expo/troggle
Moved classes to models_caves and fixed imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.db import models
|
||||
from troggle.core.models import Cave, Entrance
|
||||
from troggle.core.models_caves import Cave, Entrance
|
||||
|
||||
class Redirect(models.Model):
|
||||
originalURL = models.CharField(max_length=200, unique=True)
|
||||
|
||||
Reference in New Issue
Block a user