Ver código fonte

correct tracim egg in conf

Guénaël Muller 6 anos atrás
pai
commit
1381b1147b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      development.ini.sample

+ 1 - 1
development.ini.sample Ver arquivo

@@ -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