simple document/knowledge management system, based on django

6.7k Views Asked by At

I'm looking for a simple document management system (preferably based on django). Doing a quick internet research I found these two apps:

http://github.com/philippbosch/django-dms/tree/master/documents/

http://code.google.com/p/django-documents/

Has anyone ever tried one of this solutions, and can recommend one?

Can anyone recommend me another django-app that suits the following dms/kms needs:

  • upload / download files
  • browse files in a sharepoint like manner
  • tag files and be able to search after tags
  • add a short description to files
2

There are 2 best solutions below

0
On BEST ANSWER
1
On

You can also try https://github.com/zapier/django-knowledge

And here is the documentation: http://django-knowledge.readthedocs.io/en/latest/

Unfortunately I cannot seem to find the python version this code supports. The requirements say Django==1.5.1