Compare commits

..

No commits in common. "62e1a1dd3a1d7e487e1edec3c42596a43b067579" and "fbe72c0185d658b0e4a4c6e18ba0d80946863c33" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -3,17 +3,14 @@ To deploy the website:
- first clone the repository to any local folder - first clone the repository to any local folder
- then open the folder with the `manage.py` file - then open the folder with the `manage.py` file
- then `Shift`+`Right Click` and click on `Open PowerShell window here` - then `Shift`+`Right Click` and click on `Open PowerShell window here`
- then create the virtual environment by typing `py -m venv .venv` - then type in `py manage.py runserver 4000`
- then activate the virtual environment by typing `.venv\Scripts\Activate` - open browser at address `localhost:4000` or `127.0.0.1:4000`
- 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 ## Structure
The website has a Home page and a News page currently. The News page shows all developer blogs. The website has a Home page and a News page page currently. The News page shows all developer blogs.
## Problems and Development ## Problems and Development
Currently, there are the following problems: Currently there are the following problems:
- the Blog card needs to be updated - the Blog card needs to be updated
- the `secret` needs to be secret - the `secret` needs to be secret
- the page needs a **Dark Mode** - the page needs a **Dark Mode**

Binary file not shown.