The table below gives a summary of all the special files that exist under the document root of a web application.
File | Where | Meaning |
---|---|---|
__handler__.py |
all directories | Directory handler. |
__events__.py |
document root | Event handlers, see section 5.4. |
__tasks__.py |
document root | Scheduled tasks, see section 5.6. |
__rewrite__.py |
document root | Tag rewriters, see section 5.5. |
draco.ini |
document root | Local Draco configuration file, see section 5.2.2. |
robots.ini |
document root | Local robots signatures, see section 7.3. |
error.log |
document root | Draco log file, see section 5.2.1 |