Welcome to the DjangoMart e-commerce platform using Django and SSLCommerz authentication. This project simplifies the process of setting up an online store with features like user authentication, product categories, shopping carts, search functionality, review products, payment gateway, order management, and an intuitive admin panel for easy store customization.
Django Mart is organized into several key components:
accounts: User authentication functionality. cart: Shopping cart management. category: Product category management. django_mart: Core application for the e-commerce platform. media/photos: Storage for product images. orders: Order management system. photos/products: Product images storage. static: Static files for your Django project. store: Store-specific functionalities. templates: HTML templates for the project.
- Clone this repository to your local machine. git clone https://github.com/hassanshayek/django_mart.git
- Install the required dependencies: pip install -r requirements.txt
- Apply migrations to create the database: python manage.py migrate
- Create a superuser for admin access: python manage.py createsuperuser
- Start the development server: python manage.py runserver
- Access the admin panel at http://localhost:8000/admin/ and begin configuring your e-commerce store.
- Explore the accounts, categories, stores, and other components to customize your online store as needed.
We welcome contributions to improve and extend Django Mart. If you'd like to contribute, please follow our contribution guidelines.
This project does not need any license. Just give me credit.
For more information about Django Mart, please visit our website: mahsha2.pythonanywhere.com. Thank you!