/django_blog_youtube

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

Primary LanguagePython

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