Skip to content

Commit

Permalink
Modified forms
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed May 30, 2021
1 parent 4dab2e8 commit 1372763
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/photoapp/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'''Photo app Forms'''

from django import forms
from django.forms import fields

from .models import Photo

Expand All @@ -19,4 +18,4 @@ class Meta:
model = Photo

fields = ('title', 'description')


0 comments on commit 1372763

Please sign in to comment.