django-appengine-toolkit icon indicating copy to clipboard operation
django-appengine-toolkit copied to clipboard

Deploy Django on Google App Engine

Results 4 django-appengine-toolkit issues
Sort by recently updated
recently updated
newest added

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...

Provide documentation for using the custom storage for gcs

docs