소스 검색

Merge pull request #60 from tracim/fix/fix_install

Damien Accorsi 6 년 전
부모
커밋
0728bbbf2c
No account linked to committer's email
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