Skip to content

Commit

Permalink
adding a basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred Hughes committed Dec 5, 2011
1 parent d3ae6a3 commit 5d6c4ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
@@ -0,0 +1,21 @@
Djangoappengine, a Django database backend for App Engine
=========================================================

Documentation at http://readthedocs.org/docs/django-nonrel/en/latest/

Djangoappengine allows you to use App Engine's datastore with
Django. It provides the necessary plumbing to query the datastore, and
custom management commands for deploying and running the SDK.

Contributing
------------
You are highly encouraged to participate in the development, simply use
GitHub's fork/pull request system.

If you don't like GitHub (for some reason) you're welcome
to send regular patches to the mailing list.

:Mailing list: http://groups.google.com/group/django-non-relational
:Bug tracker: https://github.com/django-nonrel/djangoappengine/issues
:License: 3-clause BSD, see LICENSE
:Keywords: django, app engine, orm, nosql, database, python

0 comments on commit 5d6c4ce

Please sign in to comment.