Source code for posts.forms
# posts/forms.py
from django import forms
from .models import Post, Comment
# This allow to upload an image and write captions
# posts/forms.py
from django import forms
from .models import Post, Comment
# This allow to upload an image and write captions