https://github.com/n8henrie/cookiecutter_gae_flask
Cookiecutter for Flask apps destined for Google Apps Engine
https://github.com/n8henrie/cookiecutter_gae_flask
Last synced: 3 months ago
JSON representation
Cookiecutter for Flask apps destined for Google Apps Engine
- Host: GitHub
- URL: https://github.com/n8henrie/cookiecutter_gae_flask
- Owner: n8henrie
- License: mit
- Created: 2014-11-12T18:42:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T20:52:09.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T16:28:13.727Z (5 months ago)
- Language: Python
- Size: 186 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter_gae_flask
A Flask / Google App Engine template for [cookiecutter](https://github.com/audreyr/cookiecutter).
## Use it now
$ pip install cookiecutter
$ cookiecutter https://github.com/n8henrie/cookiecutter_gae_flask.gitYou will be asked about your basic info (name, project name, app name, etc.).
This info will be used in your new project.**NB:** GAE will choke if your app name (as defined in `app.yaml`) has certain
special characters. I recommend you stick with numbers, letters, and `-`.Once you've made your new package,
I encourage you to make a new venv with a GAE-appropriate Python in the
directory, then test the basic setup:$ cd new_flask_app
$ virtualenv -p $(command -v python2.7) venv
$ source venv/bin/activate
$ pip install -r requirements.txt -t lib
$ dev_appserver.py .# Features
--------# Screenshots
-----------# License
-------MIT
Changelog
---------