Skip to content

holly00shit/Flask-GAE

 
 

Repository files navigation

#Flask on Google App Engine Template

Kelp http://kelp.phate.org/
[MIT License][mit]
[MIT]: http://www.opensource.org/licenses/mit-license.php

This project is my GAE project template.
And uses History to link pages, so that all hyperlinks are ajax.

##How to use? ./

-/application       # Web application code
-/flask             # Flask framework
-/gae_mini_profiler # GAE mini profiler
-/jinja2            # Jinja framework
-/tests             # Unit tests
-/werkzeug          # Werkzeug framework
- app.yaml          # GAE app config
- backends.yaml     # GAE backends config
- config.py         # Application config
- cron_jobs.py      # Cron jobs code
- cron.yaml         # GAE Cron jobs config
- index.yaml        # GAE datasotre indexes config

./application/

-/data_modelsflask  # Datastore data model
-/handlers          # Web handlers (MVC's controller)
-/models            # Other models
-/services          # All business logic here (MVC's model)
-/static
    -/css
    -/icon
    -/imgs
    -/javascripts
    -/minifier      # JavaScript minifier tool
    - robots.txt
-/templates         # Jinja templates (MVC's view)
-/utilities         # Web application's shared utilities
- __init__.py
- routes.py         # Web application's routers

##appcfg.py Update backends

appcfg.py backends myapp/ update

Deleting Unused Indexes on Google App Engine

appcfg.py vacuum_indexes myapp/
# https://developers.google.com/appengine/docs/python/tools/uploadinganapp?hl=en#Deleting_Unused_Indexes

##References

About

My Flask Google App Engine template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published