Skip to content

lugnitdgp/GSOC-HEAT-Blog_Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSOC-HEAT-Blog_Site

A simple blog website where you can posts your blogs and coments on other blogs.

Project view

image image

Getting Started

  • Just clone the repo on your system.
  • Run the command depending on your system in cloned folder.

For Windows:

py manage.py runserver

For Linux:

 python3 manage.py runserver

Prerequisites

You are required to install:

  • pip
python -m ensurepip --upgrade
  • Django
pip install django
  • Pillow
pip install pillow
  • ck-editor
pip install ck-editor
  • django-filter
pip install djnago-filter

Installing

1-> Activate venv VirtualENV

2-> Install prerequisites.

3-> Run server

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Django - The web framework used
  • HTML - Skeleton of webpages
  • CSS - To built UI of pages
  • Python - A really awesome language for begineers

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • ** Prince Maurya ** - Initial work - pm-2001

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used

Contributors