From d43fd480780a713bbfb38d8d3efe3b12ea06ff4e Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 9 Feb 2010 02:26:36 +0000 Subject: [PATCH] disable the 'robin' app (Robin's proposed schema) The generated model is still there; I'm just taking it out of the installed-applications list. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/branches/eg-schema-experiment@775 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conifer/settings.py b/conifer/settings.py index 0b620ad..458e615 100644 --- a/conifer/settings.py +++ b/conifer/settings.py @@ -93,7 +93,6 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.admin', 'conifer.evergreen', - 'conifer.robin', 'conifer.syrup', ) -- 2.11.0