Skip to content

Commit

Permalink
Rely on Django models, not CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Sep 23, 2019
1 parent faacf38 commit 334115e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opds/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from django.db import models
from cms.models import CMSPlugin, Model

class Catalogue(Model):
class Catalogue(models.Model):
name = models.CharField(
max_length=200,
unique=True
Expand Down

0 comments on commit 334115e

Please sign in to comment.