AmadeusCode / DjangoNews

Example of using Django and BootStarp for news feed blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DjangoNews

Example of using Django and BootStarp for news feed blog

Python 3.6 or newer is required
Django 2.1 or newer is required

Install Python

At first download Python
Install and don't forget just in case to put a tick in add to path

install Django

Open terminal and write pip install Django
Installed? Well done!

Start Local Server

Open folder with project files in terminal and write python manage.py runserver
Now you can go to 127.0.0.1:8000
Photo Photo

How to administration

Go to 127.0.0.1:8000/admin and enter admin/admin
Photo
Photo

About

Example of using Django and BootStarp for news feed blog

License:Apache License 2.0


Languages

Language:Python 68.7%Language:HTML 31.1%Language:CSS 0.2%