Emoji Weather is a website that allows a user to search, text, or call for the weather conditions.
git clone git@github.com:richardcornish/emojiweather.git
cd emojiweather/
python -m venv env
source env/bin/activate
pip install -r requirements.txt
cd emojiweather/
python manage.py migrate
python manage.py loaddata emojiweather/fixtures/*
python manage.py runserver
cd emojiweather/
source env/bin/activate
fab deploy
- django
- django-debug-toolbar
- django-ipware
- django-widget-tweaks
- fabric
- geoip2
- gunicorn
- psycopg2-binary
- python-dateutil
- requests
- twilio
- ua-parser