Browse Source

Multisite loader - correction

prieto 7 years ago
parent
commit
4e4190298b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/plugins/multisite/loader.py

+ 1
- 1
lodel/plugins/multisite/loader.py View File

@@ -1,7 +1,7 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 import os
3 3
 import os.path
4
-LODEL2_SITES_PATH = '.'
4
+LODEL2_INSTANCES_DIR = '.'
5 5
 
6 6
 try:
7 7
     from lodel.context import LodelContext

Loading…
Cancel
Save