mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	* feat: ✨ paprika support - partial * feat: ✨ add full paprika support * re-organize data directory * add data directory auto-gen * rewrite migration tests * remove print statements * remove hard-coded paths * add auto-tag support * add mealie migration support * add looking for migraiton button
		
			
				
	
	
		
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
from pathlib import Path
 | 
						|
 | 
						|
CWD = Path(__file__).parent
 | 
						|
 | 
						|
{% for f in data.children %}
 | 
						|
{{ f.var }} = CWD / "{{ f.path }}"
 | 
						|
{% endfor %} |