An open API service indexing awesome lists of open source software.

https://github.com/kelp404/django-gae

The Django site on Google App Engine.
https://github.com/kelp404/django-gae

Last synced: 2 months ago
JSON representation

The Django site on Google App Engine.

Awesome Lists containing this project

README

        

#Django on Google App Engine
[![Build Status](https://secure.travis-ci.org/kelp404/Django-GAE.png?branch=master)](http://travis-ci.org/kelp404/Django-GAE)
[![devDependency Status](https://david-dm.org/kelp404/Django-GAE/dev-status.png?branch=master)](https://david-dm.org/kelp404/Django-GAE#info=devDependencies)

[MIT License](http://www.opensource.org/licenses/mit-license.php)

##Frameworks
* [Django](https://github.com/django/django) 1.7
* [Google App Engine Launcher](https://developers.google.com/appengine/) 1.9.13
* [AngularJS](http://angularjs.org/) 1.2
* [jQuery](http://jquery.com/)
* [Bootstrap](http://getbootstrap.com/) 3.2
* [CoffeeScript](http://coffeescript.org) 1.8
* [Compass](https://github.com/chriseppstein/compass)

##Unit tests
####CoffeeScript
>
```bash
$ grunt test
```

####Python
>
```bash
$ python test.py
```

##Others
* [Flask on Google App Engine](https://github.com/kelp404/Flask-GAE)