Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
changing requirements for molo core and taking out print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed May 20, 2016
1 parent 23a7cd4 commit 62c2b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion molo/profiles/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_logout(self):

def test_login(self):
response = self.client.get(reverse('molo.profiles:auth_login'))
print response
self.assertContains(response, 'Forgotten your password')

def test_mobile_number_field_exists_in_registration_form(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
molo.core<4.0.0,>=3.0.0
molo.core<4.0.0,>=3.1.2
celery
django-phonenumber-field
django-celery

0 comments on commit 62c2b1e

Please sign in to comment.