You will be asked about your basic info (name, project name, etc.). This info will be used in your new project.
You will be asked about your basic info (name, project name, etc.). This info will be used in your new project.
Blueprints? App factories?
--------------------------
If you prefer not to use blueprints or an application factory, check out the ``simple`` branch which has the older structure without these patterns. Note, however, only the ``master`` branch will be actively maintained.
Inspiration
Inspiration
-----------
-----------
@ -54,3 +58,20 @@ License
-------
-------
BSD licensed.
BSD licensed.
Changelog
---------
0.2.0 (09/21/2013)
******************
- Add manage.py script
- Add Flask-Assets for CSS and JS bundling+minification
- Use different configs for development and production environments, controlled by the MYFLASKAPP_ENV system environment variable
- Use Blueprints and application factory pattern. The ``simple`` branch does not use these.