yash-2115 / django_blog_youtube

This is blog project and i am creating tutorials on this project on Youtube

Home Page:https://blog-djangoworld.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DW Blog Django

Youtube Python Django Django Rest framework PostgreSQL VS Code

Django tutorial for this project is available on YouTube

Steps to run the project

  1. Clone the repository
  2. Create a virtual environment using command python3 -m venv env
  3. Install the dependencies using command pip install -r requirements.txt
  4. Type source env/bin/activate
  5. Run the server using command python manage.py makemigrations
  6. Then run the server using command python manage.py migrate
  7. Finally run the server using command python manage.py runserver

About

This is blog project and i am creating tutorials on this project on Youtube

https://blog-djangoworld.herokuapp.com/


Languages

Language:Python 53.6%Language:HTML 46.3%Language:Procfile 0.1%