0
I’m building a platform for creating online courses, and I’m using Python and Django. I would like to know whether there are already libraries in Django for this purpose. An example I’m using is the Taggit library that exists to help create forums.
Basically what I need to do is a series of requests, where a teacher can create content, that content be sent to the administrator of the platform who should approve or not.
I believe that Django already possesses some of the type and I’m eating fly.