Compare commits

...

2 Commits

View File

@ -48,3 +48,11 @@ nginx -p . -s stop
- [x] make english version - [x] make english version
- double check spelling and wording - double check spelling and wording
- add account and donations page and style them with the site style - add account and donations page and style them with the site style
## Note
If you in any way change the requirements for the project when submitting, run the command below, so the requirements.txt is updated accordingly.
```
pip freeze > requirements.txt
```