is there any downside to create new apps in django code example
Example 1: run django app
$ python manage.py runserver
Example 2: how to create django project
$ python manage.py runserver 8080
Example 3: django sample
$ django-admin startproject mysite