mgiannopoulos24

Results 9 comments of mgiannopoulos24

The Django `SECRET_KEY` is used internally by your Django application to provide cryptographic signing. It is essential for things like: - Securing session data - Generating password reset tokens -...

Hello @gepser ! After experimenting on how to run it locally, I also managed to fix the issue with float64 values. Now the program can display both integer and float64...

Usually the passwords.txt is generated on the directory of the repo. So for example you clone this repo and you `cd elpsrck`. Then you run the program, you enter the...

I am not sure that you have the correct extension. It should be `.php` and not `phtml`. Also you don't use your local or real IP for these THM machines....

Well you don't really need to change the line if you use Python's Virtual Environment (venv).

The given IP and Port are for demonstration. Each user will have to enter his/her own IP and Port.

Hello, I would like to work on this issue. How can I contribute?