mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Big refactor: remove Subscriber class
This commit is contained in:
@ -5,7 +5,7 @@ from django.conf import settings
|
||||
from accounting.models import CurrencyField
|
||||
from counter.models import Counter, Product, Customer, Selling, Refilling
|
||||
from core.models import User
|
||||
from subscription.models import Subscription, Subscriber
|
||||
from subscription.models import Subscription
|
||||
|
||||
class Basket(models.Model):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user