Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to weppy 0.7 plus cleanup #2

Merged
merged 1 commit into from
Jun 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Michael J. Davis
Copyright (c) 2016 <%= user_name %>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand All @@ -15,4 +15,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ yo weppy-mvc <app_name> <github_username>
>
> [Starter-weppy](https://github.com/mijdavis2/starter_weppy) is a
python web application starter kit developed on the [weppy framework](https://github.com/gi0baro/weppy).
> Current version is based on Weppy 0.6 with an MVC scaffolding.
> Current version is based on Weppy 0.7 with an MVC scaffolding.
An api module, dev mode, and 100% test coverage are included out of the box.


Expand Down
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module.exports = generators.Base.extend({
this.templatePath('starter_weppy/**/*'),
this.destinationPath(this.namespace),
{
app_name: this.namespace,
app_title: _.startCase(this.namespace),
app_name: this.namespace,
app_title: _.startCase(this.namespace),
user_name: this.username
}
);
Expand Down
2 changes: 1 addition & 1 deletion app/templates/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ argparse==1.4.0
coverage==4.0.3
pytest-cov==2.2.1
pytest==2.9.1
weppy==0.6.7
weppy==0.7.0
weppy-Haml==0.3
wheel==0.29.0