diff pylons_app/lib/db_manage.py @ 367:a26f48ad7a8a

fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems. Fixed issue when redirecting after repo name change to 404. Removed update hook from basic app setup
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:53:22 +0200
parents d09381593b12
children 5cd6616b8673
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Tue Jul 27 14:48:13 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Tue Jul 27 14:53:22 2010 +0200
@@ -126,7 +126,7 @@
         hgsettings.app_title = 'hg-app'
         
         try:
-            self.sa.add(hooks)
+            #self.sa.add(hooks)
             self.sa.add(web1)
             self.sa.add(web2)
             self.sa.add(web3)