From 2d615af99307b1b21617ff9b996d95149a88c860 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@hat.eliotberriot.com>
Date: Sun, 19 Jun 2016 12:38:08 +0200
Subject: [PATCH] Added example environment file, commented buggy playlist app

---
 config/settings/common.py | 2 +-
 env.example               | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/settings/common.py b/config/settings/common.py
index 9f9ffae..49bcf2e 100644
--- a/config/settings/common.py
+++ b/config/settings/common.py
@@ -62,7 +62,7 @@ LOCAL_APPS = (
     'funkwhale_api.favorites',
     'funkwhale_api.radios',
     'funkwhale_api.history',
-    'funkwhale_api.playlists',
+    # 'funkwhale_api.playlists',
 )
 
 # See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
diff --git a/env.example b/env.example
index b267e8e..f0b45bd 100644
--- a/env.example
+++ b/env.example
@@ -1 +1,2 @@
 YOUTUBE_API_KEY=
+API_AUTHENTICATION_REQUIRED=False
-- 
GitLab