Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 668 Bytes

Overview

We're making an app for LinkedIn's DevelopHer HackDay: http://hackday.linkedin.com/developher/2012

Dressup Box is like Getaround meets Rent the Runway.

Getting the code

To get a local copy of the current code, clone it using git:

git clone git://github.com/wendykan/dressupbox.git
cd dressupbox

Troubleshooting

If you can't upload a file, check dressupbox/settings.py. In that file, you'll need to change MEDIA_ROOT to point to a local directory.

If you run

git push origin master

and you get an error, try running this to resolve the files

git pull origin master
get push origin master