how can we create survay app in django code example
Example 1: django create app
python manage.py startapp # name of the app
Example 2: django create app command
python manage.py startapp app_name
python manage.py startapp # name of the app
python manage.py startapp app_name