Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.52 KB

Web-Blog-D19

This is a Web Blog developed using Django 1.9 framework. It also uses basic HTML, CSS and bootstrap. This web blog allows authenticated users to add content and pictures. Features such as like, comments and share on a post are also provided using Facebook plugins.

Getting Started

Prerequisites

  • Python 3.6 & up
  • Virtual Environment (virtualenv)

Installing

  1. Download the project (through pull or directly download from GitHub)
  2. Extract the files.
  3. Create the virtual environment in project root.
virtualenv .
  1. Change directory to the project root and activate the virtual environment
.\Scripts\activate
  1. Install Django 1.9 framework in the virtual environment.
(trydjango19) > pip install django==1.9
  1. Change directory to where manage.py is present and run server
(trydjango19) > python manage.py runserver
  1. Copy the developement server address generated and run it any of the web browsers.

Built With

Authors

  • Thakur Ashutosh Suman

This project has been developed in accordance to the tutorial series of Coding for Enterpreneurs.

Acknowledgments