Publication button works, but need better error messages.
[redakcja.git] / platforma / settings.py
index e7eab7a..4ec680f 100644 (file)
@@ -153,6 +153,14 @@ FILEBROWSER_DEFAULT_ORDER = "path_relative"
 # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
 IMAGE_DIR = 'images'
 
+
+WL_API_CONFIG = {
+    "URL": "http://localhost:7000/api/",
+    "AUTH_REALM": "wlapi",
+    "AUTH_USER": "platforma",
+    "AUTH_PASSWD": "platforma",
+}
+
 # Import localsettings file, which may override settings defined here
 try:
     from localsettings import *