Arkadiusz Adamski
Arkadiusz Adamski
I fixed #126.
To be consistent with previous examples.
Closes #33
- [ ] fix errors - [x] add job to CI - [x] update `README.md`
…evelopment
`staticfiles` with current `settings.py` points `manage.py collectstatic` where should collect a static files. My proposal is: - get rid of `staticfiles` - introduce `var` - contains variable data files (like...
I nice to have some test to the application (to avoid manual testing in some way). As a first step we can use some smoke tests to check that application...
Certain configuration settings are currently stored in the database, which could lead to potential security and maintainability issues. To enhance system performance, security, and clarity, these configurations should be stored...