##// END OF EJS Templates
ini: get rid of path 'paster_commands'...
Thomas De Schampheleire -
r8417:495dea7c default
parent child Browse files
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/lib/paster_commands/template.ini.mako')
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
@@ -1,6 +1,6 b''
1 #!/usr/bin/env python3
1 #!/usr/bin/env python3
2 """
2 """
3 Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini
3 Generate development.ini based on the ini template.
4 """
4 """
5
5
6 import re
6 import re
General Comments 0
You need to be logged in to leave comments. Login now