The Django website for the Beyond Heroes Project
 
 
 
Go to file
surya e5813ca7d8 Added the Dev, Support Pages
Implemented the `/dev/` and `/dev/support/` routes and placeholder pages
2024-07-13 11:18:31 +05:30
BH Finally changed module name 2024-07-07 08:20:32 +05:30
blog Added the Dev, Support Pages 2024-07-13 11:18:31 +05:30
media Fixed the Images 2024-07-07 11:51:22 +05:30
templates Added the Dev, Support Pages 2024-07-13 11:18:31 +05:30
users Another Bug Fix 2024-07-06 21:56:13 +05:30
.gitignore Create .gitignore 2024-07-13 05:48:52 +05:30
README.md Update README.md 2024-07-07 08:24:44 +02:00
db.sqlite3 Another Bug Fix 2024-07-06 21:56:13 +05:30
manage.py Finally changed module name 2024-07-07 08:20:32 +05:30
requirements.txt Update requirements..txt 2024-07-11 14:30:01 +05:30
server.bat initial commit 2024-07-06 20:29:07 +05:30

README.md

Deployment

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

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 secret needs 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.