Browse Source

Don't disable simple_dsl (introduced in 57cdc594), because this produces integrity error when deleting related objets

Baptiste Jonglez 10 years ago
parent
commit
9bf11b173c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      coin/settings.py

+ 1 - 0
coin/settings.py

@@ -162,6 +162,7 @@ INSTALLED_APPS = (
     'coin.configuration',
     'coin.vpn',
     'coin.isp_database',
+    'simple_dsl',
     'coin.dsl_ldap'
 )