Skip to content

oussamabonnor1/Django-basic-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-basic-blog

Landing page screenshot:

Getting Started

Installing Dependencies

Python 3.7

Follow instructions to install the latest version of python for your platform in the python docs

Installing Django

Follow instructions to install the lastest version of Django Or run this:

pip install -r requirements.txt

Running the server

To run the server, execute:

python manage.py runserver