:star2: News
* **New setting variable: `STATIC_FILES_DIR`**
This new setting is set by default in all new apps, and offers a standard way to keep static files in a project.
All new apps, even ones created with older versions of Pyttman, will have the `static_files` directory
as part of the app catalog.
* **Simplified the use of the logger in Pyttman**
The logger in pyttman offers a simple, ready-to-use logger for your app.
It offers a decorator previously as `pyttman.logger.logged_method` which is now simplified to `pyttman.logger`.
**🐛 Splatted bugs and corrected issues**
* **Corrected an issue when using `pyttman runfile` to execute scripts**
An issue with the relative path to the script file being exeucted has been
corrected; now, an absolute path can be provided to the script file, and
the script will be executed as expected.
**