]> git.parisson.com Git - teleforma.git/commitdiff
fix import
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 29 Jun 2022 22:08:37 +0000 (00:08 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 29 Jun 2022 22:08:37 +0000 (00:08 +0200)
teleforma/forms.py

index 392a746465e3a6d46306e8b1429da7e55e747d00..9b8fc95a29c42af7898e002014a655a0ee37fd81 100644 (file)
@@ -1,6 +1,6 @@
 
 from django.forms import ModelForm
-from teleforma.models import *
+from teleforma.models import Conference
 
 
 class ConferenceForm(ModelForm):