SlideShare a Scribd company logo
1 of 17
By:
Ankita Manoj Sankpal
Shraddha Dhondiram Kadam
GLAM
COLLECTION
An Online Jewellery Shop
Introduction
Online Jewellery Shop is basically used to build an application program which
help people to find and buy latest design of jewellery with different categories
like Gold Silver, Diamond . It is useful in the way that it makes an easier way to
buy products online. Today most of the jewellery shop is useful for shopping site.
The admin have lots of paper work and they are using desktop, spread sheet like
MS Excel application to manage data in soft copy about user record. In this
proposed jewellery System it will run in server and user can handle whole the
registration activities. This application maintains the centralized database so
that any changes done at a location reflects immediately. This is an online tool so
more than one user can login into system and use the tool simultaneously. The
aim of this application is to reduce the manual effort needed to manage
transactions and historical data used in various gods owns. Also this application
provides an interface to users to view the details about events.
Objectives of
System
• Increasing Sales in Ecommerce Store
• Increasing Brand Awareness
• Attracting more Visitors
• Improving Customer Satisfaction
• Reducing Shopping Cart
Abandonment
• Increasing Conversion Rates
• Attracting Repeat Customers
• Improving the User Experience
Technology Used
We have developed this project using the below technology
• HTML : Page layout has been designed in HTML
• CSS : CSS has been used for all the desigining part
• JavaScript : All the validation task and animations has been developed
by JavaScript
• Python : All the business logic has been implemented in Python
• SQLite : SQLite database has been used as database for the project
• Django : Project has been developed over the Django Framework
starting you have to make sure these important
necessities.
Install Python
Install Django
1. Create New Django Project
django-admin startproject helloworld
2. Enter Into Your Project
cd helloworld
3. Create Your First Django App
python manage.py startapp blog
4. Register Your App
settings.py=INSTALLED_APPS = [
'blog',]
5. Create Static & Templates Folders
6. Set Static Directories
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
]
7. Set Template Directories
TEMPLATES = [{
'DIRS': [os.path.join(BASE_DIR, 'templates')],
}]
8. Create Templates
index.html , about.html or contact.html .
9. Set URLs of Project & App
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('home.urls'),
]
10. Define & Render URLs
views.py=from django.shortcuts import render
def index(request):
return render(request, 'index.html', {})
11. Create A Super-User
python manage.py createsuperuser admin
12. Run Migrations
python manage.py makemigrations
python manage.py migrate
13. Run Project
python manage.py runserver
Steps To Create Jwellery Website using Django
Features & Modules:
Customer Module
1. Customer can view/search products without login.
2. Customer can also add/remove product to cart without login (if customer try to addsame product in
cart. It will add only one)
3. When customer try to purchase product, then he/she must login to system.
4. After creating account and login to system, he/she can place order.
5. If customer click on pay button, then their payment will be successful and theirorder will be placed.
6. Customer can check their ordered details by clicking on orders button.
7. Customer can see the order status (Pending, Confirmed, Delivered) for each order.
8. Customer can Download their order invoice for each order
9. Customer can send feedback to admin (without login)
Admin Module
1. Admin can provide username, email, password and your admin account will be
created.
2. After login, there is a dashboard where admin can see how many customers is
registered, how many products are there for sale, how many orders placed.
3. Admin can add/delete/view/edit the products.
4. Admin can view/edit/delete customer details.
5. Admin can view/delete orders. Admin can change status of order (order is pending,
confirmed, out for delivery, delivered)
6. Admin can view the feedbacks sent by customers
Project Workflow
Advantages & Disadvantages
Advantages of eCommerce
• 1. A Larger Market
• 2. Customer Insights Through
Tracking And Analytics
• 3. Fast Response To Consumer
Trends And Market Demand
• 4. Lower Cost
• 5. More Opportunities To “Sell”
Disadvantages of eCommerce
• 1. Lack Of Personal Touch
• 2. Lack Of Tactile Experience
• 3. Price And Product Comparison
• 4. Need For Internet Access
• 5. Credit Card Fraud
Conclusion
• The project “GLAM COLLECTION- An Online Jewellery Shop website using Django" was finished
successfully. The task has created with incredible
• Website is useful to handle jwellery, while additionally being proficient and efficient. The target of the
task is to make a site that empowers clients to shop essentially through web and to buy their preferred
results from the retailer. This task gave me incredible data and pragmatic information on planning of
site page using HTML and CSS, responsive template usage, various Django topics in much more detail.
This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an
application that can be handily changed and executed in any close by organizations or marked shops
selling various items. Promoting online and mobile commerce as a complement to traditional trade
rather than as a replacement is a good business strategy. The collaborative efforts between online and
disconnected enterprises will increase competence and result in a more consistent appearance. The
longer future also includes a scenario that will see the growth of specialty organizations, as well as
mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger
audience, businesses should spend in the organization of services and the use of web advertising.
Potential open doors are emerging inside the local business sectors through flexible entry, including
mobile application framework, content improvement in regional dialects, and walkability. In the
aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses
should embrace more secure payment infrastructure.
Two Content Layout with Table
• First bullet point here
• Second bullet point here
• Third bullet point here
Class Group 1 Group 2
Class 1 82 95
Class 2 76 88
Class 3 84 90
Title and Content Layout with Chart
0
1
2
3
4
5
6
Category 1 Category 2 Category 3 Category 4
Series 1 Series 2 Series 3
Conclusion
The project "E-commerce website using Django" was finished
successfully. The task has created with incredible consideration
and is sans mistake, while additionally being proficient and
efficient. The target of the task is to make a site that empowers
clients to shop essentially through web and to buy their preferred
results from the retailer. This task gave me incredible data and
pragmatic information on planning of site page using HTML and
CSS, responsive template usage, various Django topics in much
more detail. This undertaking has provided me with a ton of
fulfillment since I had the option to fabricate an application that
can be handily changed and executed in any close by
organizations or marked shops selling various items. Promoting
online and mobile commerce as a complement to traditional trade
rather than as a replacement is a good business strategy. The
collaborative efforts between online and disconnected
enterprises will increase competence and result in a more
consistent appearance. The longer future also includes a scenario
that will see the growth of specialty organizations, as well as
mergers and acquisitions to enable companies to grow
inorganically. To attract and retain a larger audience, businesses
should spend in the organization of services and the use of web
advertising. Potential open doors are emerging inside the local
business sectors through flexible entry, including mobile
application framework, content improvement in regional dialects,
and walkability. In the aftermath of demonetization, too
Computerized payments are anticipated to increase, thus
businesses should embrace more secure payment infrastructure.
Two Content Layout with SmartArt
• First bullet point here
• Second bullet point here
• Third bullet point here
• Task Description
• Task Description
Step 1 Title
• Task Description
• Task Description
Step 2 Title
• Task Description
• Task Description
Step 3 Title
GLAM COLLECTION.pptx

More Related Content

Similar to GLAM COLLECTION.pptx

Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadBhawani N Prasad
 
report on volusion.com
report on volusion.com report on volusion.com
report on volusion.com uzair-bhatti
 
Setting_Product_Strategy.pptx
Setting_Product_Strategy.pptxSetting_Product_Strategy.pptx
Setting_Product_Strategy.pptxAshish360593
 
Work Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerWork Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerVenditto Consulting
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxAshish360593
 
Whitepaper tips&tricks
Whitepaper tips&tricksWhitepaper tips&tricks
Whitepaper tips&tricksprincyxavier
 
FAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseFAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseTjitte Folkertsma
 
project on volusion.com
project on volusion.comproject on volusion.com
project on volusion.comuzair haider
 
How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?Inexture Solutions
 
E-Commerce Site Presentation
E-Commerce Site PresentationE-Commerce Site Presentation
E-Commerce Site PresentationRohanRajMudvari
 
Successful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsSuccessful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsZealous System
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce websiteFarhan Anik
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfOmar Omar
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfTomTom149267
 

Similar to GLAM COLLECTION.pptx (20)

Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
 
Ijbrm 24
Ijbrm 24Ijbrm 24
Ijbrm 24
 
report on volusion.com
report on volusion.com report on volusion.com
report on volusion.com
 
Setting_Product_Strategy.pptx
Setting_Product_Strategy.pptxSetting_Product_Strategy.pptx
Setting_Product_Strategy.pptx
 
Work Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerWork Samples: Marketing Automation Manager
Work Samples: Marketing Automation Manager
 
GROWMMERCE
GROWMMERCEGROWMMERCE
GROWMMERCE
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptx
 
Virtual shopping
Virtual shoppingVirtual shopping
Virtual shopping
 
fashion
fashionfashion
fashion
 
Whitepaper tips&tricks
Whitepaper tips&tricksWhitepaper tips&tricks
Whitepaper tips&tricks
 
FAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseFAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento Enterprise
 
project on volusion.com
project on volusion.comproject on volusion.com
project on volusion.com
 
IT in retail
IT in retailIT in retail
IT in retail
 
How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?
 
E-Commerce Site Presentation
E-Commerce Site PresentationE-Commerce Site Presentation
E-Commerce Site Presentation
 
Successful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsSuccessful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projects
 
Ecommerce Websites
Ecommerce WebsitesEcommerce Websites
Ecommerce Websites
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

GLAM COLLECTION.pptx

  • 1. By: Ankita Manoj Sankpal Shraddha Dhondiram Kadam GLAM COLLECTION An Online Jewellery Shop
  • 2. Introduction Online Jewellery Shop is basically used to build an application program which help people to find and buy latest design of jewellery with different categories like Gold Silver, Diamond . It is useful in the way that it makes an easier way to buy products online. Today most of the jewellery shop is useful for shopping site. The admin have lots of paper work and they are using desktop, spread sheet like MS Excel application to manage data in soft copy about user record. In this proposed jewellery System it will run in server and user can handle whole the registration activities. This application maintains the centralized database so that any changes done at a location reflects immediately. This is an online tool so more than one user can login into system and use the tool simultaneously. The aim of this application is to reduce the manual effort needed to manage transactions and historical data used in various gods owns. Also this application provides an interface to users to view the details about events.
  • 3. Objectives of System • Increasing Sales in Ecommerce Store • Increasing Brand Awareness • Attracting more Visitors • Improving Customer Satisfaction • Reducing Shopping Cart Abandonment • Increasing Conversion Rates • Attracting Repeat Customers • Improving the User Experience
  • 4. Technology Used We have developed this project using the below technology • HTML : Page layout has been designed in HTML • CSS : CSS has been used for all the desigining part • JavaScript : All the validation task and animations has been developed by JavaScript • Python : All the business logic has been implemented in Python • SQLite : SQLite database has been used as database for the project • Django : Project has been developed over the Django Framework
  • 5. starting you have to make sure these important necessities. Install Python Install Django 1. Create New Django Project django-admin startproject helloworld 2. Enter Into Your Project cd helloworld 3. Create Your First Django App python manage.py startapp blog 4. Register Your App settings.py=INSTALLED_APPS = [ 'blog',] 5. Create Static & Templates Folders 6. Set Static Directories STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static') ] 7. Set Template Directories TEMPLATES = [{ 'DIRS': [os.path.join(BASE_DIR, 'templates')], }] 8. Create Templates index.html , about.html or contact.html . 9. Set URLs of Project & App urlpatterns = [ path('admin/', admin.site.urls), path('', include('home.urls'), ] 10. Define & Render URLs views.py=from django.shortcuts import render def index(request): return render(request, 'index.html', {}) 11. Create A Super-User python manage.py createsuperuser admin 12. Run Migrations python manage.py makemigrations python manage.py migrate 13. Run Project python manage.py runserver Steps To Create Jwellery Website using Django
  • 7. Customer Module 1. Customer can view/search products without login. 2. Customer can also add/remove product to cart without login (if customer try to addsame product in cart. It will add only one) 3. When customer try to purchase product, then he/she must login to system. 4. After creating account and login to system, he/she can place order. 5. If customer click on pay button, then their payment will be successful and theirorder will be placed. 6. Customer can check their ordered details by clicking on orders button. 7. Customer can see the order status (Pending, Confirmed, Delivered) for each order. 8. Customer can Download their order invoice for each order 9. Customer can send feedback to admin (without login)
  • 8. Admin Module 1. Admin can provide username, email, password and your admin account will be created. 2. After login, there is a dashboard where admin can see how many customers is registered, how many products are there for sale, how many orders placed. 3. Admin can add/delete/view/edit the products. 4. Admin can view/edit/delete customer details. 5. Admin can view/delete orders. Admin can change status of order (order is pending, confirmed, out for delivery, delivered) 6. Admin can view the feedbacks sent by customers
  • 10. Advantages & Disadvantages Advantages of eCommerce • 1. A Larger Market • 2. Customer Insights Through Tracking And Analytics • 3. Fast Response To Consumer Trends And Market Demand • 4. Lower Cost • 5. More Opportunities To “Sell” Disadvantages of eCommerce • 1. Lack Of Personal Touch • 2. Lack Of Tactile Experience • 3. Price And Product Comparison • 4. Need For Internet Access • 5. Credit Card Fraud
  • 11. Conclusion • The project “GLAM COLLECTION- An Online Jewellery Shop website using Django" was finished successfully. The task has created with incredible • Website is useful to handle jwellery, while additionally being proficient and efficient. The target of the task is to make a site that empowers clients to shop essentially through web and to buy their preferred results from the retailer. This task gave me incredible data and pragmatic information on planning of site page using HTML and CSS, responsive template usage, various Django topics in much more detail. This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an application that can be handily changed and executed in any close by organizations or marked shops selling various items. Promoting online and mobile commerce as a complement to traditional trade rather than as a replacement is a good business strategy. The collaborative efforts between online and disconnected enterprises will increase competence and result in a more consistent appearance. The longer future also includes a scenario that will see the growth of specialty organizations, as well as mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger audience, businesses should spend in the organization of services and the use of web advertising. Potential open doors are emerging inside the local business sectors through flexible entry, including mobile application framework, content improvement in regional dialects, and walkability. In the aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses should embrace more secure payment infrastructure.
  • 12.
  • 13. Two Content Layout with Table • First bullet point here • Second bullet point here • Third bullet point here Class Group 1 Group 2 Class 1 82 95 Class 2 76 88 Class 3 84 90
  • 14. Title and Content Layout with Chart 0 1 2 3 4 5 6 Category 1 Category 2 Category 3 Category 4 Series 1 Series 2 Series 3
  • 15. Conclusion The project "E-commerce website using Django" was finished successfully. The task has created with incredible consideration and is sans mistake, while additionally being proficient and efficient. The target of the task is to make a site that empowers clients to shop essentially through web and to buy their preferred results from the retailer. This task gave me incredible data and pragmatic information on planning of site page using HTML and CSS, responsive template usage, various Django topics in much more detail. This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an application that can be handily changed and executed in any close by organizations or marked shops selling various items. Promoting online and mobile commerce as a complement to traditional trade rather than as a replacement is a good business strategy. The collaborative efforts between online and disconnected enterprises will increase competence and result in a more consistent appearance. The longer future also includes a scenario that will see the growth of specialty organizations, as well as mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger audience, businesses should spend in the organization of services and the use of web advertising. Potential open doors are emerging inside the local business sectors through flexible entry, including mobile application framework, content improvement in regional dialects, and walkability. In the aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses should embrace more secure payment infrastructure.
  • 16. Two Content Layout with SmartArt • First bullet point here • Second bullet point here • Third bullet point here • Task Description • Task Description Step 1 Title • Task Description • Task Description Step 2 Title • Task Description • Task Description Step 3 Title