I am a beginner in programming, I'm trying to learn Django-ninja but I'm confused, what should I learn first, I know some basics of python. Will I need to learn Django first? I will be thankful if anyone have a map learn that leads to Django-ninja
CodePudding user response:
yes, to learn django-ninja you need first to learn django and have a look at django rest framework which has tutorials about API, then checkout pydantic, django-ninja depends on pydantic.