Skip to content

Commit

Permalink
♻️ refactor: added FileValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
rzashakeri committed Mar 6, 2023
1 parent 019148a commit ac82870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django import forms
from docutils.nodes import caption
from file_validator.django import FileValidator
from file_validator.models import FileValidator
from ckeditor.widgets import CKEditorWidget
from post.models import Post

Expand Down

0 comments on commit ac82870

Please sign in to comment.