Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ tryTen Public

Django-based eCommerce project, created during the video series [Learn Python and Django - Build an eCommerce Website Step by Step from Scratch](https://www.youtube.com/watch?v=9Wbfk16jEOk)

Notifications You must be signed in to change notification settings

osya/tryTen

Repository files navigation

README

Introduction

Build Status Coverage Status

Django-based eCommerce project, created during the video series Learn Python and Django - Build an eCommerce Website Step by Step from Scratch

Used technologies:

  • Python & Django
  • Testing: Selenium & Headless Chrome & Factory Boy
  • Assets management: NPM & Webpack
  • Travis CI
  • Deployed at Heroku

Installation

 git clone https://github.com/osya/tryTen
 cd tryTen
 pip install -r requirements.txt
 npm install
 npm run build
 python manage.py collectstatic
 python manage.py runserver

Usage

Tests

To run all tests, run

 python manage.py test

AltStyle によって変換されたページ (->オリジナル) /