Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
posobin committed May 31, 2015
1 parent ecbfc56 commit 689889f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions organizations/templates/organizations/list.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% load bootstrap3 %}
List of organizations:
{% for org in object_list %}
<div>Organization {{ org.name }} in {{ org.country }}, {{org.city}}</div>
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
dj-database-url==0.3.0
dj-static==0.0.6
Django==1.8.2
django-bootstrap3==5.4.0
django-countries==3.3
django-toolbelt==0.0.1
gunicorn==19.3.0
jsonschema==2.4.0
Pillow==2.8.1
psycopg2==2.6
ptyprocess==0.5
static3==0.6.1
Unidecode==0.4.17
wheel==0.24.0
1 change: 1 addition & 0 deletions takeabreak/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'organizations',
'offices',
'breaks',
'bootstrap3',
)

MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit 689889f

Please sign in to comment.