The ready-to-use code for e-commerce applications based on Django framework.
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
- Custom user model
- User Login
- User Registration
- User Logout
- Static assets
- CSS
- JS
- Images