Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.13 KB

Short descriptions of everything here

Project Description
django-rest-serpy Trying out fast de/serialization with serpy
django-filter Trying out the django-filter package with django-crispy-forms
django-rest-auth Trying out the dj-rest-auth package with djangorestframework-simplejwt
django-rest-blog A blog API, uses drf-yasg for OpenAPI Schema
django-rest-pastebin A pastebin, uses pygments for code highlighting
django-newspaper The Newspaper app from chapter 8 to 16 of the book Django for Beginners1 plus my additions
django-blog The Blog app from chapter 5, 6, and 7 of the book Django for Beginners1
django-message-board The Message Board app from chapter 4 of the book Django for Beginners1
django-pages The Pages app from chapter 3 of the book Django for Beginners1
django-polls The official Django Polls tutorial

[1] Django for Beginners by William S. Vincent