1.What is project in django ?
A directory or folder contain multiple application is called project
To Create Project In Django:
Syntax: django-admin startproject project_name
django-admin startproject myproject
2.What is application in django ?
Application is nothing but web-application
To Create Application In Django:
Syntax: python manage.py startapp application_name
python manage.py startapp myapp
0 Comments
Comment Rules :
1. Do not post Adult/illegal Links.
2. Try to comment in only मराठी / English Language.
3. Do not post other website's links which are useless.
4. Your Comment should be based on the Topic for other queries.
5. Do not use Abusive Language.
6. Respect each other.
Thank You for following the rules. Please Comment....