Website bán hàng(sữa) có các chức năng phía NGƯỜI DÙNG:
- Đăng kí tài khoản
- Đăng nhập tài khoản
- Đăng xuất tài khoản
- Lưu mật khẩu
- Sửa thông tin cá nhân
- Xem thông tin tất cả sản phẩm
- Tìm kiếm sản phẩm
- Xem sản phẩm theo danh mụca
- Liên hệ
- Xem chi tiết sản phẩm
- Thêm sản phẩm vào giỏ hàng
- Thanh toán VnPay
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
Python 3.10.9 + Pycharm
Open pycharm and set environment python 3.10.9
Open terminal and run:
pip install django
python.exe -m pip install --upgrade pip
pip install djangorestframework
pip install djangorestframework_simplejwt
pip install requests
pip install Pillow
.\venv\Scripts\activate
python -m venv venv
After configuration, the command to run project:
py .\manage.py runserver