Hỗ trợ đa ngôn ngữ (10 ngôn ngữ quốc tế)
Thanh toán PayPal
Bảng điều khiển khách hàng
Bảng điều khiển của chủ sở hữu
Google Analytics
Đánh giá sản phẩm
Khuyến nghị sản phẩm
Hỗ trợ quảng cáo
Hỗ trợ trò chuyện trực tiếp
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
. Yêu cầu
một máy tính xách tay
Trình soạn thảo văn bản hoặc IDE (ví dụ: vscode, PyCharm)
# Move into project folder
$ cd Final-Senior-Year-Project-
# Install from Pipfile
$ pipenv install -r requirements.txt
# Activate the Pipenv shell
$ pipenv shell
# Create database tables
(Final-Senior-Year-Project-XXXX) $ python manage.py migrate
# Create superuser account
(Final-Senior-Year-Project-XXXX) $ python manage.py createsuperuser
# Start server
(Final-Senior-Year-Project-XXXX) $ python manage.py runserver
# Copy the IP address provided once your server has completed building the site. (It will say something like >> Serving at 127.0.0.1....).
# Open the address in the browser
>>> http://127.0.0.1:XXXX
# Django Admin
>>> http://127.0.0.1:XXXX/admin/