Method: Webbynode::Engines::Django#change_templates
- Defined in:
- lib/webbynode/engines/django.rb
#change_templates ⇒ Object
36 37 38 |
# File 'lib/webbynode/engines/django.rb', line 36 def change_templates io.sed 'settings.template.py', /TEMPLATE_DIRS = \(/, "TEMPLATE_DIRS = (\n '@app_dir@/templates'" end |