Opened 2 years ago

Last modified 2 years ago

#33615 closed Cleanup/optimization

Add RestApi and Graphql Section in Django Docs — at Version 1

Reported by: Nasir Iqbal Owned by: nobody
Component: Documentation Version: 4.0
Severity: Normal Keywords: docs drf, api,
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Nasir Iqbal)

I feel like the web has come a long way from just being static HTML pages that we can manipulate using serverside languages and frameworks like Python and Django. nowadays most of the projects are single-page applications that consist of a separate frontend (ReactJS, VueJs, etc) and a backend (Django, FastApi, Flask, etc) but the main Django project is still focused on Server-side rendering of HTML .so why my proposal is that we should mention djangorestframework.org and other packages like DRF on the main Django documentation so it is easy for beginners to get started with Django to make awesome Apis and the same goes Graphql with Django using Graphene . I would love to hear your guys' opinions on it and would love to contribute to it as well Thanks.

Change History (1)

comment:1 by Nasir Iqbal, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top