From 2aba6b98532ffb494bc3a5e6b2f2e22e7a1482f8 Mon Sep 17 00:00:00 2001 From: Jukoga Date: Mon, 15 Jul 2024 15:47:11 +0200 Subject: [PATCH 1/2] cleaned requirements.txt --- requirements.txt | Bin 253 -> 502 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index eb25d550ed3a6167ef32bf1fd5c4492e4377ff5a..d00d440db6b6267d6511abffffd6c16d8770fd55 100644 GIT binary patch literal 502 zcmaJ;Ne;p=5c3&{rxbOSxNzgjBSIG_TT4?w@OZ#8X=&krq9jUUdpyqTX<)HIi3T|e zEI1;}Fy{;~#RO~K8(h#5Q*b{JUvaMyD>_zW$Td=YN~MyR8h3bPR~#+RE$_{T6~afT zm0Xo2c6>e2Nu{a@^?c4yHM7y{Kh43#FGFgl?8K^ipq^a~>G2z#(nCX}hpqOWah0=V zBi%|q&h;;E+A;l_^p#9fZ!rq9w4nc4$+0k!Yp*4SHxqUpKT((2{HoqjxT{86JiJU zqwn* Date: Mon, 15 Jul 2024 15:47:29 +0200 Subject: [PATCH 2/2] updated README.md and fixed typos --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b90a41..28ddfa3 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ To deploy the website: - first clone the repository to any local folder - then open the folder with the `manage.py` file - then `Shift`+`Right Click` and click on `Open PowerShell window here` -- then type in `py manage.py runserver 4000` -- open browser at address `localhost:4000` or `127.0.0.1:4000` +- then create the virtual environment by typing `py -m venv .venv` +- then activate the virtual environment by typing `.venv\Scripts\Activate` +- then install the requirements by typing `pip install -r requirements.txt` +- then type in `py manage.py runserver 3000` +- open browser at address `localhost:3000` or `127.0.0.1:3000` ## Structure -The website has a Home page and a News page page currently. The News page shows all developer blogs. +The website has a Home page and a News page currently. The News page shows all developer blogs. ## Problems and Development -Currently there are the following problems: +Currently, there are the following problems: - the Blog card needs to be updated - the `secret` needs to be secret - the page needs a **Dark Mode** -- 2.40.1