Browse Source

correct tracim egg in conf

Guénaël Muller 6 years ago
parent
commit
1381b1147b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development.ini.sample

+ 1 - 1
development.ini.sample View File

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