Django is a rapid web development framework written in Python that uses the model-template-view pattern.
See more about Django at:
- Create posts with categories, titles, descriptions and images.
- You can see your posts on specific pages in a screen with the articles
- The posts are all gathered on the main page of the site.
- Posts can be filtered by the search bar or by categories (news, players and games)
-
First, download the project from Github:
git clone https://github.com/Flyinng/Blog-DJangoProject
. -
Then install the Django library in your IDE.
-
In your IDE's terminal, use the command
cd BlogProject
and then the commandpython manage.py runserver
to access the WebSite.
📜Project developed in the Entra21 Python Class