Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 260 Bytes

File metadata and controls

12 lines (10 loc) · 260 Bytes

SimpleBlog

Steps to run the application

  • pip install virtualenv
  • virtualenv myenv
  • myenv\Scripts\activate
  • pip Install django
  • pip install djangorestframework
  • python manage.py makemigration
  • python manage.py migrate
  • python manage.py runserver