Skip to content

Aryanamish/dev_wiz_hackthon

Repository files navigation

python 3.10.4

Steps to Run the Project

  • First Clone the Repo
git clone https://github.com/Aryanamish/dev_wiz_hackthon.git
  • In the cloned Repo Create a Virtual Environment
python -m venv venv
  • Activate the Virtual Environment
# for windows
venv\source\activate
# for mac and linux
source venv\bin\activate
  • Install all the requirements
pip install -r requirements.txt
  • Running the Server
python manage.py runserver

server will be running at http://localhost:8000

Technologies Used

  • Django (Python)
  • HTML
  • CSS (BootStrap)

Url's To visit

   /                       # root site
   /admin                  # admin Site
   /detail/<blog slug>     # blog Page 

#Features

  • Front Landing Page
  • Blog Detail Page
  • Login System For the Admins and Staff
  • Admin panel (For the Site Owner) can be accessed by going to /admin

SnapShots of the App

1. Index Page

img_1.png

2. For Populating the page we have added same Blog Post twice (copy pasta)

img_2.png

3. Blog detail Page

img_3.png

4. Admin panel (can be accessed on going to '/admin')

Admin Password is admin and username is admin

img_4.png

5. Adding Post here (It will reflect on the WebsiteSite)

img_6.png

6.Adding New Post

img_7.png

7.In-Built What You See What you get Editor (wuswug)

img_8.png

8. Cover Photo can also be Added here

img_10.png

#Thank You

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •