I am new to AWS and Python. I am trying to run python manage.py runserver 0:8080 .
This has code to write to dynamodb.
The cli is stuck at below :
Performing system checks...
System check identified no issues (0 silenced).
February 07, 2020 - 16:54:55
Django version 1.11.27, using settings 'docproc.settings'
Starting development server at http://0:8080/
Quit the server with CONTROL-C.
Not sure how to proceed. Can someone please help?