Skip to content

Commit fb1b172

Browse files
committed
Use Tastypie HEAD.
1 parent 8c6ce36 commit fb1b172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fabfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
env.server_config_path = '/etc/nginx/sites-enabled/%(project_name)s' % env
1515
env.python = 'python2.7'
1616
env.repository_url = "[email protected]:hacktyler/hacktyler_crime.git"
17+
env.user = 'ubuntu'
1718
env.hosts = ['hasufel.hacktyler.com']
1819

1920
"""

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ requests==0.8.3
99
python-dateutil==2.0
1010
mock==0.7.2
1111
geopy==0.94.1
12-
git+https://github.com/toastdriven/django-tastypie.git@66832f1f61#egg=django-tastypie
12+
git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie
1313
BeautifulSoup==3.2.0
1414
pusher==0.5

0 commit comments

Comments
 (0)