mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-04 15:11:48 -05:00
redbaron is a library we use to facilitate parsing local settings files; at _import_ time it generates a parse tree and caches it to disk at `/tmp`; this process is _really time consuming, and only necessary if we're actually *using* the library right now, we're importing this library and paying the penalty _every_ time we load the awx application