سؤال

I'm really unfamiliar in this area. Is it possible to access the AWS API from Django? E.g. by using Boto? Can that be run on Django?

هل كانت مفيدة؟

المحلول

Yes.

There is even a django app for using boto. It is called django-boto.

It is the first result when you search for "django boto".

نصائح أخرى

Sure. boto is just python library and you can use it from Django.

I used boto from other web frameworks (CherryPy, Flask), and it simply works. There is no reason it would not work with Django.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top