/cfe-django-comments

Learn how to create a reusable Comments App for use in any Django Project.

Primary LanguageJavaScriptMIT LicenseMIT

CFE Django Comments

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

Dependencies:

Code

3 - Comments App

4 & 5 - Load Comments and Ajax Load Comments

6 - Render Comment Form

7 - CSRF, Ajax, & Django

8 - Improve Comment Styling

9 - User Public Serializer

10 - Format & Display Error Messages

11 - Setting Cookies in Views

12 - Retrieve Update Delete Api View

13 - Inline Editing Comments

14 - Prepare for Reusability

15 - Upgrading for Django v1-11