Skip to content

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

Notifications You must be signed in to change notification settings

yashpatel-py/django_blog_youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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