Skip to content

Suryanshm000/Techno-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techno-blog

I have deployed my project on Heroku server you can access through the link.

Here is the link for mytechno-blog : https://mytechno-blog.herokuapp.com

For local host

Pre-requisites including Git, Python 3.4x or newer with pip. To obtain the blank site on local host, these are the steps to follow:

Clone this repository using

git clone https://github.com/Suryanshm000/Techno-blog.git

Navigate to the cloned repo

cd Techno-blog

Install Django in the system

pip install django


Install necessary Python packages
pip install -r requirements.txt

Create the database and perform all migrations (Database file "thetechblog.sqlite3" will be created)
python manage.py migrate

Start the server
python manage.py runserver

Snapshots

t1

t2

t3