'django_extensions' 'show_urls' closes within a blink of a second

133 Views Asked by At

I use Django extensions as shown here: Django : How can I see a list of urlpatterns?

to get a list of exposed urls.

I'm on win 10.

Cmd.exe opens and closes immediatly. With a highspeed cam i could figure out that whats written in the cmd.exe makes senes.

How can I prevent cmd.exe from closing by auto.

1

There are 1 best solutions below

0
Strella On

I if run CMD in Vscode terminal or cmd.exe outside vscode it works, problem only occures when powershell in vscode evokes cmd after manage.py show_urls.

In Vscode

CMD 
Enter //changes powershell to CMD
manage.py show_urls