Skip to content

vsgobbi/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@Vitor Sgobbi

"GPL license"

Used libs and frameworks

  • django pillow Python3.7 pip3

First steps:

Create virtual env for python3.7

virtualenv -p python3.7 venv

Activate to start development

source /venv/bin/activate

Check python correct version, must be greater than python3

python --version # Python 3.7 pip --version

Then install requirements

pip install -r requirements.txt

Run django migration

cd ecommerce/ python manage.py migrate

or:

python manage.py migrate --run-syncdb

Create django administrator

python manage.py createsuperuser

Run django environment

python manage.py runserver

About

Ecommerce website created with python3 using django and pillow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published