Simple ecommerce project.
Use the package manager pip to install foobar. python version 3.6 django version 2.2
py -m venv env.\env\Scripts\activatepip install -r requirements Create migrations
python manage.py makemigrationsApply migrations
python manage.py migratepython manage.py createsuperuserEnter username, email, passwork for user.
python manage.py runserveradding a post