1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-08 14:50:20 +02:00

Ajout des CD et des vinyles

This commit is contained in:
Yohann D'ANELLO
2020-05-22 18:04:41 +02:00
parent 001f40a033
commit 054865cd41
7 changed files with 82 additions and 24 deletions

View File

@ -10,7 +10,7 @@ import urllib.request
from django.forms import ModelForm
from django.utils.translation import gettext_lazy as _
from .models import Auteur, Media
from .models import Auteur, BD
from .scraper import BedetequeScraper
@ -263,5 +263,5 @@ class MediaAdminForm(ModelForm):
self.add_error(name, e)
class Meta:
model = Media
model = BD
fields = '__all__'