-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfaq.txt
30 lines (20 loc) · 893 Bytes
/
faq.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###
FAQ
###
Here are some frequently asked questions...
*********************
Why "diecutter" name?
*********************
A "die cutter" is a machine that cuts materials to produce shapes, from molds.
Here, the diecutter web service produces files from data and templates.
*****************************************************
Does it replaces my web framework (Django) templates?
*****************************************************
**diecutter is not meant to replace web framework's template engines!**
Diecutter is meant to replace file generators for configuration or scaffolding
use cases.
Even if processes are really close, environment and needs aren't.
As an example, diecutter service won't be as efficient as web frameworks
internal templating systems.
So, even if, in theory, you could use diecutter as a template engine to render
pages of a website, it is discouraged.