Skip to content

softdevm/django_blog_youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DW Blog Django

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

Releases

No releases published

Packages

No packages published