Skip to content

hmhamza/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django E-commerce

A demo e-commerce web app in Django.

How to run

Set up virtual environment

python3 -m venv venv
source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Build the project

python3 manage.py makemigrations
python3 manage.py migrate

Run the project

python3 manage.py runserver

Data update

If you want to update the data, open the admin portal (/admin) and use the following credentials to log in:

Username: educative
Password: edu123

About

A demo e-commerce web app in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published