# HG changeset patch # User dukebody # Date 1255285025 -7200 # Node ID 366e5cfe9529d31138f8dd725736e865e24dcfc1 # Parent b0c90ac052ccca752847a716e7eebecc9b273ff7 Add an initialization import to load the admin models. diff -r b0c90ac052cc -r 366e5cfe9529 web/hgbook/__init__.py --- a/web/hgbook/__init__.py Sun Oct 11 20:15:54 2009 +0200 +++ b/web/hgbook/__init__.py Sun Oct 11 20:17:05 2009 +0200 @@ -0,0 +1,1 @@ +import admin