Skip to content

UlugbekMuslitdinov/djancommerce

Repository files navigation

Djancommerce

Python version Django version codecov Django CI

The ready-to-use code for e-commerce applications based on Django framework.

Contents

Installation

To start using this project, you need to clone it or download the zip file

  • Using HTTP
    git clone https://github.com/UlugbekMuslitdinov/djancommerce
  • Using SSH
    git@github.com:UlugbekMuslitdinov/djancommerce.git

After the cloning, install dependencies using Pipenv

  •   pipenv install pipenv && pipenv install --system

Migrate the database and run local server

python manage.py migrate
python manage.py runserver

Functionality

  • Custom user model
    • User Login
    • User Registration
    • User Logout
  • Static assets
    • CSS
    • JS
    • Images

About

Create Django-based e-commerce web-sites fast

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published