1.0 KiB
1.0 KiB
Deployment
To deploy the website:
- first clone the repository to any local folder
- then open the folder with the
manage.pyfile - then
Shift+Right Clickand click onOpen PowerShell window here - 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:3000or127.0.0.1:3000
Structure
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:
- the Blog card needs to be updated
- the
secretneeds to be secret - the page needs a Dark Mode
- A Blog Details Page is also needed
If you find any problems and have a solution in code then please consider making a pull request, using the Create a new branch for this commit and start a pull request option with an appropriate branch name.