To use this application go to https://cronosjj.pythonanywhere.com/
If you want to try this project on local server, you need to download PassProject folder. Then go into it and create environmet variable file .env and define there 3 variables:
SECRET_KEY = "..."
FERNET_KEY = "..."
DEBUG = True
These keys are used by settings.py file.