Skip to content

Commit

Permalink
IPython and django-extensions (for shell_plus) to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zackmdavis committed Jun 24, 2015
1 parent 41eed89 commit 81b3925
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ db.sqlite3

# sentinel file to disable the Django Debug Toolbar
.disable_debug_toolbar

# really
share/
2 changes: 2 additions & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
bleach==1.4.1
Django==1.8
django-debug-toolbar==1.3
django-extensions==1.5.5
ipython==3.1.0
Markdown==2.6.1
jasmine==2.0.1
factory_boy==2.5.1
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ Django==1.8
Markdown==2.4.1
dj-database-url==0.3.0
dj-static==0.0.6
django-extensions==1.5.5
gunicorn==19.1.1
ipython==3.1.0
psycopg2==2.5.1
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_extensions',
'core',
)

Expand Down

0 comments on commit 81b3925

Please sign in to comment.