mugdha273 / django_project

Full-Featured blog website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Video of webApp

demo.mp4

django_project

Full-Featured blog website (includes: register user, login user, CRUD blog posts, set, update and access profile)

Setup

$ git clone https://github.com/mugdha273/django_project.git
$ cd django_project

Installing pipenv for virtual environment

$ pip install pipenv

Installing pipenv for virtual environment

$ pipenv install

This will automatically create a vrtual environment for you and install all the required dependencies

For activating virtual environment

$ pipenv shell

For deactivating virtual environment

$ exit

Start

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

And navigate to http://127.0.0.1:8000.

About

Full-Featured blog website


Languages

Language:Python 52.9%Language:HTML 39.7%Language:CSS 7.4%