Skip to content

Commit

Permalink
make adjustments to use local development resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondcole committed Feb 18, 2014
1 parent cf012ff commit e496878
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion formhub/preset/mysql_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'NAME': 'test',
'USER': 'adotest',
'PASSWORD': '12345678', # in production, use something like: os.environ['MY_DB_PASSWORD']
'HOST': '25.116.170.194'
'HOST': 'cdc-staging.eocng.org'
}
}

Expand Down
2 changes: 1 addition & 1 deletion requirements-latest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pybamboo==0.5.8.1
pytz>=2013b

Distribute
Django<1.6
#VC Django<1.6
django-guardian>=1.1.1
django-registration>=1.0
django-templated-email==0.4.1
Expand Down
8 changes: 4 additions & 4 deletions requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pybamboo==0.5.8.1
pytz==2013.8

Django==1.5.5
#vc Django==1.5.5
django-guardian==1.1.1
django-registration==1.0
django-templated-email==0.4.1
Expand All @@ -21,9 +21,9 @@ South==0.8.2
xlrd==0.9.2
xlwt==0.7.5
openpyxl==1.7.0
celery==3.0.23
django-celery==3.0.23
-e git+https://github.com/jbalogh/django-nose.git#egg=django-nose
#vc celery==3.0.23
#vc django-celery==3.0.23
#vc -e git+https://github.com/jbalogh/django-nose.git#egg=django-nose
python-digest==1.7
django-digest==1.13

Expand Down

0 comments on commit e496878

Please sign in to comment.