Skip to content

This is a news website, I created with the framework Django for backend and Bootstrap for frontend. You can try frontend version in branch slicing with link github pages

Notifications You must be signed in to change notification settings

FyrnDly/News-Website-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me

This is my website to complete my study of python object-oriented programming with the Django framework. I created a news website to easily share the latest happenings and to know the working process of backend developers


I started by creating a wireframe first using whimsical. I divided it into 4 pages. The home page contains all the latest happening news from various categories. The category page contains all the latest news related to the selected category. The search page contains news related to the keywords used. Post page that contains detailed information related to the selected news
 Then due to time constraints, I created a website UI or slicing directly using a wireframe-based bootstrap framework. Once done, I created a Django project by building an app based on the main categories and creating a model for news posts. When creating the URL for my website, I use the slug [domain name]/[main category]/[subcategory if exists]/[news post title] so that my website can run dynamically by setting on views to direct it to the appropriate category and news post.

About

This is a news website, I created with the framework Django for backend and Bootstrap for frontend. You can try frontend version in branch slicing with link github pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published