Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

mozillalives/django-vscode-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

For verifying the issue here microsoft/vscode-python#170

This issue was reproduced in the following environment.

VS Code version: 1.22.2
Python Extension version: 2018.3.1
Python Version: 3.6.4
OS and version: MacOS 10.13.4

Reproducing

  • Install the requirements in requirements.txt
  • Setup the database with ./manage.py migrate
  • Set a breakpoint in exampleproject/views.py on line 5
  • Launch the Python: Django debug configuration
  • Make a post request to http://localhost:8000

About

A simple Django app to demonstrate a problem in the VSCode debugger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages