Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
コードレビューで指摘されたところを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Apr 27, 2015
1 parent cd6b726 commit 9d2d30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/requirements.txt
Expand Up @@ -9,7 +9,7 @@ django-roughpages>=0.1.2
django-thumbnailfield>=0.2.3
django-inspectional-registration==0.4.6
django-crispy-forms
-e git+https://github.com/django/django-contrib-comments@2008d4b2cc4e91594906a49fb9d42bc10417934f#egg=django_comments
git+https://github.com/kawazrepos/django-contrib-comments.git#egg=django_comments
django-debug-toolbar
django-debug-toolbar-template-timings
requests
Expand Down
Expand Up @@ -105,7 +105,7 @@ def handle_noargs(self, **options):
if confirm in ('y', 'yes', 'Yes', 'YES'):
os.remove(filename)

# call migrate commanod
# call migrate command
call_command('migrate', **options)

# load fixtures
Expand Down

0 comments on commit 9d2d30b

Please sign in to comment.