Skip to content

It is a blog website where user can write blog and showcase their knowledge.

Notifications You must be signed in to change notification settings

Nilesh9106/django-blog

Repository files navigation

Django Blog Application

Preview of Website

for installing follow below steps

  1. create virtual environment
virtualenv env
  1. install all required packages using below command
pip install -r requirements.txt
  1. run this command for making migrations
python manage.py makemigrations
  1. run migrate command for store database changes
python manage.py migrate
  1. run this command to start the server
python manage.py runserver

for creating admin user

python manage.py createsuperuser

About

It is a blog website where user can write blog and showcase their knowledge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published