Q. What is the syntax to check that your project is created and configured in django? * code example
Example: django-admin startproject
$ django-admin <command> [options]
$ manage.py <command> [options]
$ python -m django <command> [options]
$ django-admin <command> [options]
$ manage.py <command> [options]
$ python -m django <command> [options]