Skip to content

Keijsan/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

django-ecommerce


Installation

  • Clone project.
git clone https://github.com/Keijsan/django-ecommerce.git
  • Create virtual environment if you want to. Install requirements.
pip install -r requirements.txt
  • Create a database name 'ecommerce' with XAMPP. You can change it on settings.py. Run these commands in terminal:
cd ecommerce
py manage.py createsuperuser
py manage.py migrate
  • Run project:
py manage.py runserver 8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors