Hello I read Django tutorials and I have an error related to specific sha3_224 hash function during the migration process. How to solve this problem? Thank you.
sha3_224
This solved my issue:
cd /usr/bin sudo cp python3.6 python3
Previously I had 3.6.2, after doing apt-upgrade the system was broken.
apt-upgrade