Django integration with Google App Engine
Project description
# Djangae
[![build-status-image]][travis] [![codecov.io](https://img.shields.io/codecov/c/github/potatolondon/djangae/master.svg)](http://codecov.io/github/potatolondon/djangae?branch=master)
The best way to run Django on Google App Engine.
Djangae (djan-gee) is a Django app that allows you to run Django applications on Google App Engine, including (if you want to) using Django’s models with the App Engine Datastore as the underlying database.
Documentation: http://djangae.readthedocs.org/
Google Group: https://groups.google.com/forum/#!forum/djangae-users
Website: https://potatolondon.github.io/djangae/
GitHub: https://github.com/potatolondon/djangae
Note: Djangae is under heavy development, stability is not guaranteed. A 1.0 release will happen when it’s ready
## Features
A WSGI middleware that provides a clean way via which your Django app is plugged into App Engine.
A hook to allow App Engine’s deferred tasks and mapreduce handlers to run through the same environment.
The ability to use the Datastore as the database for Django’s models. See The Database Backend for details. You can also use App Engine’s NDB, or you can use Google Cloud SQL (via the standard django MySQL backend) instead of or along side the Datastore. Or use all 3!
djangae.contrib.gauth which provides user models (both concrete and extendable abstract versions), an auth backend, and a middleware; which allow you to authenticate users using the App Engine’s built-in Google Accounts authentication, and also allow you to use Django’s permissions system on the Datastore (i.e. without being caught out by the Many-To-Many relationships).
A runserver command which fires up the App Engine SDK to serve your app (while still using Django’s code reloading).
The ability to run management commands locally or on the remote App Engine Datastore.
A shell command that correctly sets up the environment/database. (Note, we should support this set up for any custom commands as well, see TODO.md).
## Documentation
http://djangae.readthedocs.org/
## Supported Django Versions
The intention is always to support the last two versions of Django, although older versions may work. Currently Django 1.7 and 1.8 are supported. Django 1.9 support (master) isn’t too far away!
** 1.6 is no longer supported by Djangae, as it’s not supported by Django either! **
# Installation
See https://djangae.readthedocs.org/en/latest/installation/
## Testing
For running the tests, you just need to run:
$ ./runtests.sh
On the first run this will download the App Engine SDK, pip install a bunch of stuff locally (into a folder, no virtualenv needed), download the Django tests and run them. If you want to run the tests on a specific Django version, simply do:
$ DJANGO_VERSION=1.8 ./runtests.sh
Currently the default is 1.7. TravisCI runs on 1.7 and 1.8 currently.
You can run specific tests in the usual way by doing:
./runtests.sh some_app.SomeTestCase.some_test_method
## Contributing
Contributions are accepted via pull request and will be reviewed as soon as possible. If you have access to master, please do not commit directly! Pull requests only!
Code style should follow PEP-8 with a loose line length of 100 characters (don’t make the code ugly).
[build-status-image]: https://secure.travis-ci.org/potatolondon/djangae.png?branch=master [travis]: http://travis-ci.org/potatolondon/djangae?branch=master
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangae-0.9.2.tar.gz
.
File metadata
- Download URL: djangae-0.9.2.tar.gz
- Upload date:
- Size: 344.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4c2b7295b39236d1d73fbc506d769a8f0c3e4d20680758a443e32fcb222498 |
|
MD5 | 09e08deed0acc6941348d7e7b31c7e03 |
|
BLAKE2b-256 | d01ca42fee31f44cef0c584a8fca26200ed5093adbd2a8a54b3577e385136b8e |