when should i create new app in django code example
Example 1: django create app
python manage.py startapp # name of the app
Example 2: django create app
$ python manage.py startapp polls
python manage.py startapp # name of the app
$ python manage.py startapp polls