From: gfawcett Date: Tue, 9 Feb 2010 02:26:36 +0000 (+0000) Subject: disable the 'robin' app (Robin's proposed schema) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d43fd480780a713bbfb38d8d3efe3b12ea06ff4e;p=Syrup.git 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 --- 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', )