forked from HPR/hpr_generator
		
	Remove MySQL specific code from site generation code
- site-generator is generic, so no changes. - removed mysql information from site.cfg. - Updated template files to call sqlite queries directly. - Renamed the query files - remove sqlite from file names. - Deleted MySQL specific template files.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <!--% PROCESS 'shared-utils.tpl.html' %--> | ||||
| <!--% PROCESS "queries-call_for_shows-${constants.database}.tpl.html" %--> | ||||
| <!--% PROCESS "queries-call_for_shows.tpl.html" %--> | ||||
| <!--% MACRO display_call_for_shows BLOCK %--> | ||||
| 	<!--% result_call_for_shows = DBI.prepare(query_call_for_shows) %--> | ||||
| 	<!--% results_call_for_shows = result_call_for_shows.execute().get_all() %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user