Project description
This web app allows you to perform encryption and decryption using a specified key.
Project steps
Add StepsStep description:
Create the logic of the game with a model class. My model class is:
Issues and solutions
Add IssueStep description:
-create virtual environment for the project. -install all required packages
Issues and solutions
Add IssueStep description:
-Use sudo nano /etc/systemd/system/cypher.socket. - enable the socket
Issues and solutions
Add IssueStep description:
- use sudo nano /etc/systemd/system/cypher.service - the directory file is the location of the directory, not the app location( where you can see the app and manage.py) - ExecStart is the location of the venv/bin
Issues and solutions
Add IssueStep description:
-make sure add it to enabled -restart the gunicorn and nginx
Issues and solutions
Add Issue