Show More
@@ -18,7 +18,6 b' recursive-include docs *' | |||||
18 | recursive-include init.d * |
|
18 | recursive-include init.d * | |
19 | recursive-include kallithea/alembic * |
|
19 | recursive-include kallithea/alembic * | |
20 | include kallithea/bin/ldap_sync.conf |
|
20 | include kallithea/bin/ldap_sync.conf | |
21 | include kallithea/lib/paster_commands/template.ini.mako |
|
|||
22 | recursive-include kallithea/front-end * |
|
21 | recursive-include kallithea/front-end * | |
23 | recursive-include kallithea/i18n * |
|
22 | recursive-include kallithea/i18n * | |
24 | recursive-include kallithea/public * |
|
23 | recursive-include kallithea/public * |
@@ -32,7 +32,7 b' log = logging.getLogger(__name__)' | |||||
32 |
|
32 | |||
33 | template_file = os.path.join( |
|
33 | template_file = os.path.join( | |
34 | os.path.dirname(os.path.dirname(os.path.dirname(__file__))), |
|
34 | os.path.dirname(os.path.dirname(os.path.dirname(__file__))), | |
35 |
'kallithea/ |
|
35 | 'kallithea/templates/ini/template.ini.mako') | |
36 |
|
36 | |||
37 | default_variables = { |
|
37 | default_variables = { | |
38 | 'database_engine': 'sqlite', |
|
38 | 'database_engine': 'sqlite', |
1 | NO CONTENT: file renamed from kallithea/lib/paster_commands/template.ini.mako to kallithea/templates/ini/template.ini.mako |
|
NO CONTENT: file renamed from kallithea/lib/paster_commands/template.ini.mako to kallithea/templates/ini/template.ini.mako |
General Comments 0
You need to be logged in to leave comments.
Login now