Skip to content

RobertGoodman08/Django-Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Ecommerce Django 4

Admin Superuser Information
E-mail : [email protected]
Password: 123

Installation


	python -m venv venv 
	.\venv\Scripts\activate
	pip install -r requirements.txt
	cd lam_shop
	python manage.py makemigrations users
	python manage.py makemigrations 
	python manage.py migrate
	python manage.py createsuperuser

- [email protected]
- smith
- davis
- 123
- 123
- y

	python manage.py runserver

Screenshots

This is a small demonstration of the project you can learn more about the project after installation.

screencapture-127-0-0-1-8000-ru-2022-05-12-00_06_24 screencapture-127-0-0-1-8000-ru-2022-05-12-00_06_s24 screencapture-127-0-0-1-8000-ru-2022-05-12-0w0_06_24

screencapture-127-0-0-1-8000-ru-2022-05-12-00_06_2e4

screencapture-127-0-0-1-8000-ru-product-6-2022-05-12-00_07_04

screencapture-127-0-0-1-8000-ru-product-6-2022-05-12-00_07_04e

screencapture-127-0-0-1-8000-ru-category-6-2022-05-12-00_07_30

screencapture-127-0-0-1-8000-ru-order-cart-2022-05-12-00_08_23