django-simpledb icon indicating copy to clipboard operation
django-simpledb copied to clipboard

A django-nonrel database backend for Amazon SimpleDB

Results 6 django-simpledb issues
Sort by recently updated
recently updated
newest added

Currently it's only possible to have one project per AWS account - an AWS account is treated as a 'database'. It would be useful to be able to take the...

Post-syncdb, the SITE_ID in a default settings.py turns out wrong. We should either manually update the single Site to have an ID of one, or print out the real site...

NB - this looks like it might be handled in boto, but need to check.

Admin's post_syncdb handler to create a superuser doesn't seem to run properly. createsuperuser looks like it works fine.

Boto has plenty of settings exposing Amazon's functionality (SSL, consistency, etc.) These should be settable through the DATABASES entry in settings.py. This would allow, for example, the developer to request...