{ "info": { "author": "Rodrigo Rodrigues", "author_email": "rodrigorodriguescosta@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "A collection a django backends for the Google App Engine\n\nFeatures:\n- memcache/datastore session backend\n- email backend\n- cache backend\n- rdbms for migrations\n\nTODO:\n- file storage base in the Google Cloud Storage\n\nSetup\n=====\nAdd to the settings.py the following lines to install the backends:\n\nSESSION_ENGINE = \"gae_backends.sessions.cached_db\"\nEMAIL_BACKEND = \"gae_backends.mail.EmailBackend\"\nCACHES = {\n 'default': {\n 'BACKEND': 'gae_backends.memcache.MemcacheCache',\n }\n}\n\nif os.getenv('SETTINGS_MODE') == 'prod':\n # Running in development, but want to access the Google Cloud SQL instance\n # in production.\n DATABASES = {\n 'default': {\n 'ENGINE': 'gae_backends.rdbms',\n 'INSTANCE': 'your_instance:your_db',\n 'NAME': '....',\n 'USER': '....',\n 'OPTIONS': {\n 'init_command': 'SET storage_engine=INNODB',\n }\n }\n }\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rodrigorodriguescosta/django-gae-backends", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-gae-backends", "package_url": "https://pypi.org/project/django-gae-backends/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-gae-backends/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rodrigorodriguescosta/django-gae-backends" }, "release_url": "https://pypi.org/project/django-gae-backends/1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0" }, "last_serial": 2127971, "releases": { "0.2": [], "1.0": [ { "comment_text": "", "digests": { "md5": "5a92903c04e9ac19b59316773e96ce15", "sha256": "81a8ffa12909ae9fd8b8f8cb764cbadc2dd2fbd0e3852d9276a6d167a5bef87f" }, "downloads": -1, "filename": "django_gae_backends-1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "5a92903c04e9ac19b59316773e96ce15", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8048, "upload_time": "2016-05-22T19:19:37", "url": "https://files.pythonhosted.org/packages/7a/38/cad8e6580e81e3409a6d671559319b8b51baf48942cd1d3f0b45378b1a61/django_gae_backends-1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d854f2fcda147242844009c87ab854ce", "sha256": "a5a648c82127bdf03280c3541a03f27c7318f8ae6caef8af631db5270960a794" }, "downloads": -1, "filename": "django-gae-backends-1.0.tar.gz", "has_sig": false, "md5_digest": "d854f2fcda147242844009c87ab854ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5241, "upload_time": "2016-05-22T19:19:32", "url": "https://files.pythonhosted.org/packages/a1/90/08788ba5173794d42ab9b7a0e3b62523c4ba373ee376703ebdf2db735e05/django-gae-backends-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a92903c04e9ac19b59316773e96ce15", "sha256": "81a8ffa12909ae9fd8b8f8cb764cbadc2dd2fbd0e3852d9276a6d167a5bef87f" }, "downloads": -1, "filename": "django_gae_backends-1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "5a92903c04e9ac19b59316773e96ce15", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8048, "upload_time": "2016-05-22T19:19:37", "url": "https://files.pythonhosted.org/packages/7a/38/cad8e6580e81e3409a6d671559319b8b51baf48942cd1d3f0b45378b1a61/django_gae_backends-1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d854f2fcda147242844009c87ab854ce", "sha256": "a5a648c82127bdf03280c3541a03f27c7318f8ae6caef8af631db5270960a794" }, "downloads": -1, "filename": "django-gae-backends-1.0.tar.gz", "has_sig": false, "md5_digest": "d854f2fcda147242844009c87ab854ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5241, "upload_time": "2016-05-22T19:19:32", "url": "https://files.pythonhosted.org/packages/a1/90/08788ba5173794d42ab9b7a0e3b62523c4ba373ee376703ebdf2db735e05/django-gae-backends-1.0.tar.gz" } ] }