Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 604 Bytes

CompMart

An example e-commerce website that I've been slowly building upon. This is my biggest personal project at the time of writing.

Installing

You'll need the below python packages to have a working instance of this project. A virtual environment is recommended.

Dependencies:

  • argon2 0.1.10
  • argon2-cffi 18.1.0
  • cryptography 1.7.1
  • Django 2.0.3
  • Pillow 5.1.0
  • Development:
    • sqlite3
  • Production:
    • psycopg2 2.6.2 (requires libpq-dev for Debian and libpq-devel for CentOS)
  • requests 2.18.4

You'll need to create a directory in the project called logs, like so:

mkdir logs