Skip to content

Commit

Permalink
Done until ID *01
Browse files Browse the repository at this point in the history
  • Loading branch information
filhossi committed Mar 7, 2016
0 parents commit e1ad809
Show file tree
Hide file tree
Showing 112 changed files with 11,732 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Write something about this app.
Developed with web2py.
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The web2py welcome app is licensed under public domain
(except for the css and js files that it includes, which have their own third party licenses).

You can modify this license when you add your own code.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added __init__.pyc
Binary file not shown.
25 changes: 25 additions & 0 deletions controllers/app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-



def index():

return locals()



def blog():

return None



def contact():

return None



def about():

return None
Loading

0 comments on commit e1ad809

Please sign in to comment.