Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 569 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 569 Bytes

##Simple ecommerce app

This is my first Django app and is still a work in progress. To see what I mean, check out wishlist.md

###Technology: This app uses:

  • Python 2.7.2
  • Django 1.4.5
  • Sqlite3

Please make sure these versions are installed and in use before following the installation instructions below

###Installation

  • Clone this repo
  • navigate to the root directory of this repo and run: python manage.py syncdb. You will be prompted to create a superuser login for the admin page
  • run: python manage.py runserver
  • check out the app at localhost:8000