Platform for creating online courses Python and Django

0

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.

    
asked by anonymous 01.06.2017 / 20:27

1 answer

0

What you are creating is a Content Management System (CMS) platform.

I know of these free and open source applications made in Python / Django

One of these will solve your problem.

    
03.06.2017 / 22:54