We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6ce36 commit fb1b172Copy full SHA for fb1b172
fabfile.py
@@ -14,6 +14,7 @@
14
env.server_config_path = '/etc/nginx/sites-enabled/%(project_name)s' % env
15
env.python = 'python2.7'
16
env.repository_url = "[email protected]:hacktyler/hacktyler_crime.git"
17
+env.user = 'ubuntu'
18
env.hosts = ['hasufel.hacktyler.com']
19
20
"""
requirements.txt
@@ -9,6 +9,6 @@ requests==0.8.3
9
python-dateutil==2.0
10
mock==0.7.2
11
geopy==0.94.1
12
-git+https://github.com/toastdriven/django-tastypie.git@66832f1f61#egg=django-tastypie
+git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie
13
BeautifulSoup==3.2.0
pusher==0.5
0 commit comments