Skip to main content

Django integration with Google App Engine

Project description

# Djangae

[![Join the chat at https://gitter.im/potatolondon/djangae](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/potatolondon/djangae?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![build-status-image]][travis] [![codecov.io](https://img.shields.io/codecov/c/github/potatolondon/djangae/master.svg)](https://codecov.io/github/potatolondon/djangae?branch=master)

[![Issue Stats](https://issuestats.com/github/potatolondon/djangae/badge/pr)](https://issuestats.com/github/potatolondon/djangae) [![Issue Stats](https://issuestats.com/github/potatolondon/djangae/badge/issue)](https://issuestats.com/github/potatolondon/djangae)

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.

Note: Djangae is under heavy development, stability is not guaranteed. See [1.0 release changes issue](https://github.com/potatolondon/djangae/issues/593) to follow progress on Djangae 1.0 release.

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

https://djangae.readthedocs.io/

## Supported Django Versions

The intention is always to support the currently-supported versions of Django, although older versions may work. Currently Django 1.8, 1.9, 1.10 and 1.11 are supported.

# Installation

See https://djangae.readthedocs.io/en/latest/installation/

# Contributing to Djangae

Djangae is actively developed and maintained, so if you’re thinking of contributing to the codebase, here is how to get started.

## Get started with development

  1. First off, head to [our Github page](https://github.com/potatolondon/djangae) and fork the repository to have your own copy of it.

  2. Clone it locally to start setting up your development environment

  3. Run all tests to make sure your local version is working: ./runtests.sh. This will also install all necessary dependencies.

## Pick an issue & send a pull request

If you spotted a bug in Djangae that you want to fix, it’s a good idea to start off by [adding an issue](https://github.com/potatolondon/djangae/issues/new). This will allow us to verify that your issue is valid, and suggest ideas for fixing it, so no time is wasted for you.

For help with creating the pull request, check out [Github documentation](https://help.github.com/articles/creating-a-pull-request/).

## Code style

Code style should follow PEP-8 with a loose line length of 100 characters.

## Need help?

Reach out to us on [djangae-users](https://groups.google.com/forum/#!forum/djangae-users) mailing list.

## Pull request requirements

For pull request to be merged, following requirements should be met:

  • Tests covering new or changed code are added or updated

  • Relevant documentation should be updated or added

  • Line item should be added to CHANGELOG.md, unless change is really irrelevant

# Running tests

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. Subsequent runs will just run the tests. If you want to run the tests on a specific Django version, you can switch the installed version by doing:

$ DJANGO_VERSION=1.8 ./runtests.sh –install_deps

Currently the default is 1.8. TravisCI runs on 1.8 and 1.9 currently.

If you want to run the tests on a specific App Engine SDK version, then you can switch the installed version by doing:

$ SDK_VERSION=1.9.35 ./runtests.sh –install_sdk

Note that this also re-installs the dependencies, so will reset the Django version to the default of 1.8.

You can run specific tests in the usual way by doing:

./runtests.sh some_app.SomeTestCase.some_test_method

[build-status-image]: https://secure.travis-ci.org/potatolondon/djangae.png?branch=master [travis]: https://travis-ci.org/potatolondon/djangae?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangae-0.9.10.tar.gz (244.7 kB view details)

Uploaded Source

File details

Details for the file djangae-0.9.10.tar.gz.

File metadata

  • Download URL: djangae-0.9.10.tar.gz
  • Upload date:
  • Size: 244.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djangae-0.9.10.tar.gz
Algorithm Hash digest
SHA256 d9652489d0233547e2680772c0951d8ac410a507e71edc03f55f8a7096f48ecc
MD5 6e8ab41f98afea63f43f630b83401d8c
BLAKE2b-256 03245c38c8371b90d67796b8f113543db7199473257793e56bbf2c4aaa91e5d4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page