Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.47 KB

readme.md

File metadata and controls

20 lines (16 loc) · 1.47 KB

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