lacetans / pyges

A CMS for Pyramid and Google App Engine
0 stars 1 forks source link

Pyges: a CMS in Python/Pyramid for Google App Engine

To build the project: $ python bootstrap.py $ bin/buildout

To start the web server: $ bin/devappserver parts/pyges --use_mtime_file_watcher

To visit the development server, point your browser to: http://localhost:8080

To upload your project into your Google App Engine account: $ cd parts $ python google_appengine/appcfg.py update pyges -A

Note that you have to configure previously a GAE app that will determine your .

Comments: