Django eCommerce website Basic django eCommerce website with checkout guest checkout and paypal integration Installation: Clone repo: git clone <repo_url> Install dependencies: pip install -r requirements.txt Run server: python manage.py runserver