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.
- Python 3.6 & up
- Virtual Environment (virtualenv)
- Download the project (through pull or directly download from GitHub)
- Extract the files.
- Create the virtual environment in project root.
virtualenv .
- Change directory to the project root and activate the virtual environment
.\Scripts\activate
- Install Django 1.9 framework in the virtual environment.
(trydjango19) > pip install django==1.9
- Change directory to where manage.py is present and run server
(trydjango19) > python manage.py runserver
- Copy the developement server address generated and run it any of the web browsers.
- Django 1.9 - The web framework used
- Python 3.7
- SQLite - Database
- Thakur Ashutosh Suman
This project has been developed in accordance to the tutorial series of Coding for Enterpreneurs.