cancel
Showing results for 
Search instead for 
Did you mean: 

PostgreSQL and Django

juanbesa
Champ in-the-making
Champ in-the-making
Hi,

I have an application that uses the Django(Python) framework for development and a Postgre database. I would like to use Alfresco to manage all the documents which my system has but am not sure if it is possible to do this. My idea is to have Alfresco on a server with all the documents and use it to manage and serve them up to my web application.

Is this possible?

Thanks!
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
Yes. Alfresco Web scripts (REST web service framework) is your best bet.

Intro on web scripts: http://wiki.alfresco.com/wiki/Web_Scripts

Web script examples: http://wiki.alfresco.com/wiki/Web_Scripts_Examples

Alternatively, just use this: http://code.google.com/p/django-alfresco/