TravelPack was created for busy couples who want to travel but don't have time to plan out an itinerary for a trip. Users can search for and purchase trips, see trip reviews, add trips to their wishlist, and post trip reviews.
Install pip
Install Python 3.6
Install Django:
pip install django
Install Dependencies:
Install Pillow: pip install pillow
Install Sorl-Thumnail: pip install git+https://github.com/mariocesar/sorl-thumbnail.git#egg=sorl-thumbnail
git clone https://github.com/barfootaaron/TravelPack.git
cd travelpack
Setting up the database:
./migrate_things.sh
Run project in browser:
python manage.py runserver
Special thanks to the Illegal Llamas team members for their contributions to the initial code base for this project, most importantly Jordan Nelson for his encouraging attitude and enthusiasm for software development: