0
votes
0answers
14 views

How to install and setup AWS Elastic Beanstalk Command Line Tool in Ubuntu? [closed]

I'm following this tutorial. And I have downloaded the Elastic beanstalk tools. Now I stuck with initializing the 'EB CLI tool'.! i.e, I don't understand this step: Screenshot of the tutorial Where I ...
0
votes
2answers
65 views

Downloading files from amazon s3 using django

I am new to the Django framework, I was trying to generate a link to download files from Amazon S3. I got this error when I tried to load the template page: Reverse for ...
0
votes
0answers
23 views

Create a model field in Django to store data in Amazon DynamoDB

Currently we store 2 kb encoded strings into a column in the DB, using the standard Django ORM. Is it possible to change just that one field to store and retrieve that field using Amazon DynamoDB? ...
0
votes
1answer
57 views

How can I make folder in AWS S3 bucket with django-storages?

I tried the following: f = default_storage.open('test/', 'w') f.write('') f.close() but it returned this error: The XML you provided was not well-formed or did not validate against our ...
2
votes
1answer
122 views

How to install matplotlib on Elastic Beanstalk

Because matplotlib needs numpy to already be installed, I have run into an issue. To install other python packages on my Elastic Beanstalk environment, I use the pip requirements.txt file. Because ...
0
votes
0answers
65 views

Djnago on EC2 using RDS

I have a Django App running on an EC2 instance and trying to connect to a RDS mysql Database instance. I have created the RDS database and added a rule to the RDS Security group that allows for EC2 ...
1
vote
1answer
311 views

Configure elastic beanstalk to use new version of python

How can I tell Amazon Elastic Beanstalk to use Python 2.7.3 when running Django without creating a custom AMI? It seems like it should be straightforward to tell elastic beanstalk to use a later ...
0
votes
0answers
51 views

Amazon affiliate api

Does anybody has some experience with Product Advertising API of Amazon? I have a django site and I need to get the affiliate info that is relevant to my site. Which python/django packages do you use ...
2
votes
1answer
222 views

How do you run a worker with AWS Elastic Beanstalk?

I am launching a django application on aws elastic beanstalk. I'd like to run background task or worker in order order to run celery. I can not find if it is possible or not. If yes how it could be ...
0
votes
1answer
105 views

AWS celery and database

I am writing a webapp thats runs on AWS. My app requires users to upload their pdf files. I will convert them into Images using the "convert" utility in linux. Here is my setup on Ubuntu 12.04: ...
0
votes
0answers
57 views

easy_thumbnails and s3boto performances

I am using Django easy-thumbnails 1.1 with THUMBNAIL_DEFAULT_STORAGE = 'storages.backends.s3boto.S3BotoStorage'. I have an API that returns a json list of pictures resized to fit an iPhone screen. ...
0
votes
0answers
246 views

Django MySQL Apache setup on Ubuntu 64b EC2 instance; No response

Following the tutorial here http://ericwconner.com/?p=347 Of course changed ServerName www.mysite.com in mysite.wsgi script to ServerName xx-xx-xx-xx.compute-1.amazonaws.com Removed the ...
0
votes
2answers
328 views

Elastic Beanstalk failed to update local Git configuration

Here's the error I'm getting: Failed to update local Git configuration. Follow the instructions at ...
0
votes
3answers
261 views

Advice on Amazon Web Services Setup for Django Back end & iOS Front end

I've done a lot of research over the past few weeks regarding the appropriate Amazon Web Services setup for a Django back end with a PostgreSQL database and an iOS front end. I'm quite the newbie and ...
0
votes
0answers
25 views

Django nonrel on AWS

I have seen many articles on how to setup django nonrel app on app engine ; but I was wondering if anyone has tried to use django nonrel on AWS or Azure and has any instructions on how to setup django ...
1
vote
1answer
251 views

Amazon Elastic Beanstalk not serving django static files

I am trying to put up a simple django app on elastic beanstalk. I thought I had the static parts of the app figured out as it works with heroku and on a server that was set up manually. In debugging ...
2
votes
2answers
166 views

Django Database Optimization? Is this slow or normal?

I have a few questions related with database performance. I have the following Django model and its corresponding admin class in my app. The database is MySQL and it is hosted at Amazon RDS. It ...
0
votes
3answers
96 views

Image upload and Manipulation in Django

I am trying upload images and than create an thumbnail of it and than store both in S3. After the file has been uploaded i am first uploading it to S3 and than trying to create thumbnail but it ...
3
votes
1answer
117 views

Using IAM for user authentication

I've read lots and lots of posts that touch on what I think should be a very common use case - but without finding exactly what I want, or a simple reason why it can't be done. I have some files on ...
1
vote
1answer
180 views

Best practice: Multiple django applications on a single Amazon EC2 instance

I've been runnning a single django application on Amazon EC2 using gunicorn to serve the django portion and nginx for the static files. I'm going to be starting new project soon, and wondering which ...
0
votes
2answers
606 views

how to fix (2002, “Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)”) on ec2 bitnami?

I am working on ec2 bitnami with python django on AWS. I am encountering (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)") while fetching objects from mysql database. ...
3
votes
1answer
82 views

How can I debug python web site on amazon EC2?

I am new to web development. This is probably a dumb question but I could not quite find exact answer or tutorial that could help me. The company I am working at has its site(which is built in python ...
3
votes
1answer
448 views

Django Storages - Could Not Load Amazon's S3 Bindings Errors

Hey so trying to connect my user uploaded images to my S3 bucket so the images will store there. Using django storages (did some research, seemed to be what everyone suggested, but open to ideas) ...
0
votes
1answer
366 views

Sending emails using django-SES (Amazon SES)

I've been trying to configure the django-SES services to send outgoing emails and am not sure what is wrong here. Am receving a strange error message, settings.py # Email Configuration using Amazon ...
1
vote
0answers
285 views

Boto upload to S3 not working for certain file types

The following code stores uploaded files in S3: def store_in_s3(filename, filecontent, type, modelname, format, manufacturer, adder_id): extension = os.path.splitext(filename)[1] filename = ...
0
votes
1answer
90 views

amazon rds django recreate database

i've made some changes in the model.py and i would like to have them reflected to the db. As far as i understood, syncdb actually does not recreate the db but only updates it. since i modified a ...
5
votes
1answer
1k views

Setting up Django on AWS Elastic Beanstalk: WSGIPath not found

I've been trying for several days now to set up Django under Amazon Web Services' Elastic Beanstalk. I think the problem I'm hitting is this one: ERROR - Your WSGIPath refers to a file that does not ...
1
vote
2answers
106 views

Check if file is finished writing to Amazon S3 in Django

In a view, I am generating a file, saving it as a field in a Django model (an file field) and returning the url: ... obj.pdf.save(obj.hash_id + '.pdf', File(open(destination_path, 'r'))) ret = { ...
0
votes
1answer
162 views

How to bypass CRFSMIDDLEWARE error via POST to Amazon S3?

I am having a problem (with csrf) executing a direct upload to S3 using a POST. Here is the code: <form action="https://mymediaurl/" method="post" enctype="multipart/form-data"> <input ...
1
vote
2answers
2k views

Deploying django project on AWS elastic beanstalk

I am following the tutorial for deploying a django project on AWS elastic beanstalk here: http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/create_deploy_Python_django.html My app works ...
6
votes
3answers
464 views

Amazon S3 Python S3Boto 403 Forbidden When Signature Has '+' sign

I am using Django and S3Boto and whenever a signature has a '+' sign in it, I get a 403 Forbidden. If there is no '+' sign in the signature, I get the resource just fine. What could be wrong here? ...
1
vote
1answer
77 views

Amazon FPS 400 Invalid Subscrption when Cancelling Valid Subscription

Thank you for taking the time to look at my question. I'm using django on an ubuntu box. I developed an 'upgrade account' feature for a client. The user clicks a button which then sends an api ...
1
vote
1answer
669 views

Django DynamoDB Database backend

Is it possible to set up an AWS DynamoDB as the database backed for a Django server? If so, how would I go about doing this? thanks!
4
votes
5answers
1k views

How to upload to S3 with Pause/Resume support?

I would like to know how to upload a file to Amazon S3 with 'Pause and Resume' support? (Via a web browser). Are there any sample web applications available? Any programming language / framework is ...
1
vote
1answer
553 views

Installed Celery but it does not implement tasks

I,m using Amazon web services. And I'm trying to make Celery work. Tried to do what the documentation says ...
2
votes
1answer
525 views

Django collectstatic not working using django-storages (with AWS)

I am trying to deploy a django site and can not get the manage.py collectstatic command to complete. It collects the majority of files but never finishes... returns the below traceback. I am using ...
1
vote
1answer
412 views

How to create a signed cloudfront URL with Python?

I would like to know how to create a signed URL for cloudfront. The current working solution is unsecured, and I would like to switch the system to secure URL's. I have tried using Boto 2.5.2 and ...
4
votes
2answers
238 views

Is there a good database backend in Django for Amazon DynamoDB?

I would like to use DynamoDB for my next Django project. I have found implentation to store session data into DynamoDB, but is there backend implementation for Django to store all the database data?
1
vote
0answers
111 views

Setting up service to execute tasks in web clustered environment

I am looking for ways to reliably execute a task (just one time at certain date/time) in web clustered environment: for example to send an email reminder to user after 7 days since initial ...
2
votes
1answer
452 views

How to manage memcached cluster across fluctuating aws ec2 instances of django servers

In Django, to cluster memcached nodes, a very simple method is used. Simply list all node address in the settings.py file of all your django servers like so: CACHES = { 'default': { ...
1
vote
1answer
938 views

Heroku: How to connect the database through navicat

I have deploy a Helloworld django App on Heroku, and a shared database is generated ,My DATEBASE_URL is postgres://sfbywaqhvj:_WgTgP660aDnYuS3aP3o@ec2-23-21-64-4.compute-1.amazonaws.com/sfbywaqhvj Can ...
1
vote
1answer
149 views

Custom S3BotoStorage class constructor error

I am trying to create a new custom storage class based off S3BotoStorage and I keep getting this error with the following code: import sys from django.core.files.storage import Storage from ...
4
votes
1answer
768 views

django-storages with multiple S3 Buckets

I am using AWS and I will have different buckets in my application. I am also using Django-Storages. Is there a way to specify which bucket I want to upload the file to (for example, as a parameter in ...
1
vote
1answer
356 views

Django-storages and boto and REST

Good evening, I am a bit confused about what Django-Storages is needed for? (http://django-storages.readthedocs.org/en/latest/index.html) Does it simply provide a layer to continue using basic ...
0
votes
2answers
183 views

Heroku + Django + Piston

I'm using Heroku with Django and using Piston for API stuff. We migrated from plain Amazon EC2 to Heroku. Everything works (every aspect of the website) except for some of the API calls. When I run ...
2
votes
1answer
609 views

Django site using mod_wsgi on AWS cannot create FK form field because related model has not been loaded yet

I'm working on a Django site, using the Django 1.4 official release. My site has a few apps. One of the apps has a model named Campaign with FKs to models in the other apps. As suggested in the Django ...
1
vote
1answer
1k views

Best database solution for Django on AWS

Good morning, I am currently looking at deploying a Django app on a EC2 instance, but everything is getting too confusing for me! I understand that Django has built-in implementation for MySQL, PSQL, ...
0
votes
1answer
315 views

Django or PHP for Web/Mobile App with AWS

So I will be using AWS for a future project, and I have been struggling on getting the right infrastructure. The project will consist of a web application, android app, and iPad app. Now, I have done ...
2
votes
1answer
394 views

Django on heroku with imagekit saving to AWS S3 is very slow

My django app is on heroku (running with gunicorn) with a simple shared DB and the images being saved to s3. The problem being once the page has more than a few images it becomes very slow to respond ...
3
votes
2answers
2k views

ubuntu mysqldb not installed properly

I'm running the following commands and get the following error: root# sudo python manage.py syncdb Traceback (most recent call last): File "manage.py", line 14, in <module> ...

1 2