Implemented the `/dev/` and `/dev/support/` routes and placeholder pages |
||
|---|---|---|
| BH | ||
| blog | ||
| media | ||
| templates | ||
| users | ||
| .gitignore | ||
| README.md | ||
| db.sqlite3 | ||
| manage.py | ||
| requirements.txt | ||
| server.bat | ||
README.md
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 type in
py manage.py runserver 4000 - open browser at address
localhost:4000or127.0.0.1:4000
Structure
The website has a Home page and a News page page currently. The News page shows all developer blogs.
Problems and Development
Currently there are the following problems:
/dev/route needs to be made- the Blog card needs to be updated
- the
secretneeds to be secret
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.