ソースを参照

correct tracim egg in conf

Guénaël Muller 6 年 前
コミット
1381b1147b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      development.ini.sample

+ 1 - 1
development.ini.sample ファイルの表示

@@ -3,7 +3,7 @@
3 3
 # https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
4 4
 ###
5 5
 [app:main]
6
-use = egg:tracim
6
+use = egg:tracim_backend
7 7
 
8 8
 pyramid.reload_templates = true
9 9
 pyramid.debug_authorization = false