Arkadiusz Adamski

Results 11 issues of Arkadiusz Adamski

hacktoberfest
hacktoberfest-accepted

To be consistent with previous examples.

- [ ] fix errors - [x] add job to CI - [x] update `README.md`

`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...

feature
server
investigation needed

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...

feature
server
hacktoberfest

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...

feature
server