django-appengine-toolkit
django-appengine-toolkit copied to clipboard
Deploy Django on Google App Engine
1) It would be great if `django-appengine-toolkit` worked with Django>=1.6. While Google might not come with these versions by default, the user can install it (perhaps even using the `collectdeps`...
When uploading files to GCS using such model: logo = models.FileField(upload_to='resource_logo') and such settings: APPENGINE_TOOLKIT = { 'APP_YAML': os.path.join(BASE_DIR, 'app.yaml'), 'BUCKET_NAME': 'some-bucket', } DEFAULT_FILE_STORAGE = 'appengine_toolkit.storage.GoogleCloudStorage' STATICFILE_STORAGE = 'appengine_toolkit.storage.resource_logo/file.jpg' The...
Hi, I really love your library and it really helps a lot when you are developing django apps on google app engine, but sometimes I have to use Windows, and...