djangae logo

djangae

Runs Django applications on Google App Engine, including using Django's models with the App Engine Datastore.

Made by Unknown Author

    What is djangae?

    Running Django applications on Google App Engine is made possible through the use of Djangae, a Django app that integrates the Django framework with the Google App Engine platform. Djangae enables developers to leverage the power of Django, including its models and other features, while seamlessly deploying their applications on the robust and scalable Google App Engine infrastructure

    Highlights

    • Utilizes the Google App Engine Datastore as the underlying database for Django models
    • Supports the full range of Django features, including admin interface, ORM, and URL routing
    • Allows for easy deployment and scaling of Django applications on the Google App Engine platform
    • Provides a set of custom commands and utilities to streamline the development and deployment process

    Social

    Features

      • which allow you to authenticate users using the

      • A runserver command which fires up the App Engine

      • The ability to use use the Datastore as the

      • A shell command that correctly sets up the

      • A WSGI middleware that provides a clean way via

      • djangae.contrib.gauth which provides user models

      • The ability to run management commands locally or

      • A hook to allow App Engine's deferred tasks and