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.
- Host: GitHub
- URL: https://github.com/kelp404/django-gae
- Owner: kelp404
- Created: 2014-02-15T01:49:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T02:11:51.000Z (over 10 years ago)
- Last Synced: 2025-04-02T20:57:00.225Z (2 months ago)
- Language: Python
- Homepage: https://django-kelp.appspot.com
- Size: 681 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Django on Google App Engine
[](http://travis-ci.org/kelp404/Django-GAE)
[](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)