Django + boto support

44 views
Skip to first unread message

Eduardo B

unread,
Apr 26, 2012, 1:01:25 PM4/26/12
to django...@googlegroups.com
Hi,

I am planning to develop a systems management tool for Ubuntu platform. Mitch Garnaat released a Python API that supports connecting to various Amazon Web Services. I would like to know if boto integrates very well with Django. 

Nikolas Stevenson-Molnar

unread,
Apr 26, 2012, 1:27:14 PM4/26/12
to django...@googlegroups.com
The S3 part at least integrates well. It's used by the django-storages project: http://code.larlet.fr/django-storages/. Other then that, I don't see why the other parts wouldn't work as well. If your performing tasks that take a while, you'll probably want to handle them in the background rather than as part of a view.

_Nik


On 4/26/2012 10:01 AM, Eduardo B wrote:
Hi,

I am planning to develop a systems management tool for Ubuntu platform. Mitch Garnaat released a Python API that supports connecting to various Amazon Web Services. I would like to know if boto integrates very well with Django. 
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/J0qKOuaxMqkJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Brian Schott

unread,
Apr 26, 2012, 3:40:20 PM4/26/12
to django...@googlegroups.com
It works very well.  You'll want to do the boto calls from something like celery tasks in the background.

Brian Schott


Reply all
Reply to author
Forward
0 new messages