Giter Club home page Giter Club logo

blogging-website_d67d's Introduction

Blogging-Website

This a Blogging website in which user can post their blog and other people as well as the author have the permission to like and comment on their blog as well as have the functionality in which author can edit their blog .

Requirements : Django must be installed in your system otherwise use command : pip install django Python also required Install some libraries like Pillow for image , Reverse, crispy forms etc.

==> While you create models after registering your models in admin.py use the following 2 commands : 1. python manage.py makemigrations- Used whenever you make a change to a model, even if it is updating the description on a field. 2. python manage.py migrate - We will need to migrate whenever new migrations are available that have not yet been applied to the data in the current instance.

Steps to run this project on Your System :

Step1 : First clone this project. Step2 : Create the virtual environment using commands - virtualenv env_name env_name/Scripts/Activate Step3 : Run the command : python manage.py runserver

blogging-website_d67d's People

Contributors

abhishek-121 avatar trellixvulnteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.