I'm setting up an online course building platform, and I'm using Python and Django. I would like to know if there are already Django libraries for this purpose. One example I'm using is the Taggit library that exists to assist in creating forums.
Basically what I need to do is a series of requests, where a teacher can create content, that content is sent to the platform administrator who should approve it or not.
I think DJango already has some of the type and I'm eating fly.