Browse Source

Disable simple_dsl by default (and document that it exists)

Baptiste Jonglez 8 years ago
parent
commit
24cffdbae6
2 changed files with 2 additions and 1 deletions
  1. 2 0
      README.md
  2. 0 1
      coin/settings.py

+ 2 - 0
README.md

@@ -247,6 +247,8 @@ Using optional apps
 Some apps are not enabled by default :
 Some apps are not enabled by default :
 
 
 - *vpn*: Management of OpenVPN subscription and credentials through LDAP
 - *vpn*: Management of OpenVPN subscription and credentials through LDAP
+- *simple_dsl*: Simple DSL subscriptions, without handling
+   any authentication backend or user configuration ("marque blanche")
 
 
 You can enable them using the `EXTRA_INSTALLED_APPS` setting.
 You can enable them using the `EXTRA_INSTALLED_APPS` setting.
 E.g. in `settings_local.py`:
 E.g. in `settings_local.py`:

+ 0 - 1
coin/settings.py

@@ -163,7 +163,6 @@ INSTALLED_APPS = (
     'coin.reverse_dns',
     'coin.reverse_dns',
     'coin.configuration',
     'coin.configuration',
     'coin.isp_database',
     'coin.isp_database',
-    'simple_dsl'
 )
 )
 
 
 EXTRA_INSTALLED_APPS = tuple()
 EXTRA_INSTALLED_APPS = tuple()