Learn how to create a reusable Comments App for use in any Django Project.
note: this is a tutorial project, the live, open-source code will be hosted here as srvup-comments.
Starting Code here
-
Django CORS Headers To allow cross-site requests to our API; handling headers required for Cross-Origin Resource Sharing (CORS)
-
Django Rest Framework To create our API
-
Django Rest Framework JWT An auth package for our API
4 & 5 - Load Comments and Ajax Load Comments
10 - Format & Display Error Messages