(base) C:\Users\Laksh\PythonProjects\Django\PIFORMS>python manage.py runserver example:8080 Performing system checks...
System check identified no issues (0 silenced).
You have 15 unapplied migration(s). Your project may not work properly until you
apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
March 13, 2019 - 23:51:35
Django version 2.1.3, using settings 'PIFORMS.settings'
Starting development server at http://example:8080/
Quit the server with CTRL-BREAK.
Error: [Errno 11001] getaddrinfo failed
and my setting.py contains
ALLOWED_HOSTS = ['example']