A learner can register, login create new topic add contents , access created topics and respective contents creator can edit the content
the project also can be found in the book of "python crash course" writen by Eric Matthes the project starts at 18th Topic
#procedure
- fork the project
- clone the project
- run the command python manage.py runserver
- preview the project in your favourite browser link http://localhost:8000/
- Register and add new topic also contents
you can modify the project and share you codes
Notice might be required to install django run the code