Skip to content

Commit

Permalink
Merge pull request webpy#44 from nopri/master
Browse files Browse the repository at this point in the history
Add 2 Real Web Apps
  • Loading branch information
aaronsw committed Dec 3, 2012
2 parents f1ea4ad + 0f4a340 commit 7cd4879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ These are fully functional apps with code that have been built with web.py. Not
* [Mailer](http://mailer.ksikes.net): a very simple mass mailer. ([src](http://github.com/alexksikes/mailer))
* [MLSS Admin](http://mlss.ksikes.net): a system to rate, comment and accept candidates for conferences and likes. ([src](http://github.com/alexksikes/MLSS))
* [Wikitrivia](http://www.wikitrivia.net): take randomly generated quizes generated using Wikipedia. ([src](http://github.com/alexksikes/wikitrivia))
* [onlinestore-multi](https://github.com/nopri/onlinestore-multi): simple online store application
* [sqliteboy](https://github.com/nopri/sqliteboy): simple SQLite manager/form application

## Tips and Tricks:

Expand All @@ -48,4 +50,4 @@ These are fully functional apps with code that have been built with web.py. Not
* [test your web application with paste](/testing)
* [Serving Images](/images)
* [Create multiple apps using web.py](/multiple_apps)
* [Templating with Genshi](/src/genshi)
* [Templating with Genshi](/src/genshi)

0 comments on commit 7cd4879

Please sign in to comment.