simple document/knowledge management system, based on django [closed]
Asked Answered
A

2

9

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
Altercate answered 15/9, 2010 at 9:30 Comment(0)
L
9

Try https://gitlab.com/mayan-edms/mayan-edms

Homepage at: http://www.mayan-edms.com

The project is also available via PyPI at: https://pypi.python.org/pypi/mayan-edms/

Lyingin answered 9/2, 2011 at 0:40 Comment(0)
I
0

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

Infinity answered 4/4, 2018 at 10:8 Comment(1)
Unfortunately this project is no longer maintained.Zalucki

© 2022 - 2024 — McMap. All rights reserved.