Skip to content

Commit

Permalink
Uses twitter bootstrap for cleaner styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Ojaniemi committed Oct 11, 2012
1 parent 7e1b850 commit 4311181
Show file tree
Hide file tree
Showing 18 changed files with 8,954 additions and 170 deletions.
5 changes: 3 additions & 2 deletions development.ini
Expand Up @@ -7,8 +7,9 @@ pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes = pyramid_debugtoolbar
pyramid_tm
pyramid.includes =
# pyramid_debugtoolbar
pyramid_tm

sqlalchemy.url = sqlite:///%(here)s/whiskers.db

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -12,6 +12,7 @@
'SQLAlchemy',
'transaction',
'pyramid_tm',
'pyramid_debugtoolbar',
'zope.sqlalchemy',
'Paste'
]
Expand Down

0 comments on commit 4311181

Please sign in to comment.