SlideShare ist ein Scribd-Unternehmen logo
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

Weitere ähnliche Inhalte

Ähnlich wie GLAM COLLECTION.pptx

Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
Bhawani N Prasad
 
Ijbrm 24
Ijbrm 24Ijbrm 24
Ijbrm 24
anupam67
 
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.pptx
Ashish360593
 
Work Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerWork Samples: Marketing Automation Manager
Work Samples: Marketing Automation Manager
Venditto Consulting
 
GROWMMERCE
GROWMMERCEGROWMMERCE
GROWMMERCE
IRJET Journal
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptx
Ashish360593
 
Virtual shopping
Virtual shoppingVirtual shopping
Virtual shopping
shruti goyal
 
fashion
fashionfashion
fashion
Samah.Y Harwn
 
Whitepaper tips&tricks
Whitepaper tips&tricksWhitepaper tips&tricks
Whitepaper tips&tricks
princyxavier
 
FAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseFAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento Enterprise
Tjitte Folkertsma
 
project on volusion.com
project on volusion.comproject on volusion.com
project on volusion.com
uzair haider
 
IT in retail
IT in retailIT in retail
IT in retail
Megha Sharma
 
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 Presentation
RohanRajMudvari
 
Successful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsSuccessful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projects
Zealous System
 
Ecommerce Websites
Ecommerce WebsitesEcommerce Websites
Ecommerce Websites
Zealous System
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
Farhan 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.pdf
Omar 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.pdf
TomTom149267
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
Claudio Di Ciccio
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 

Kürzlich hochgeladen (20)

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 

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