Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fdw-forks
django-database-files
Commits
7fa544b7
Commit
7fa544b7
authored
Aug 21, 2012
by
chris
Browse files
Fixed management command.
parent
7a3c5a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
database_files/management/commands/database_files_rehash.py
View file @
7fa544b7
...
...
@@ -20,7 +20,6 @@ class Command(BaseCommand):
def
handle
(
self
,
*
args
,
**
options
):
tmp_debug
=
settings
.
DEBUG
settings
.
DEBUG
=
False
dryrun
=
options
[
'dryrun'
]
try
:
q
=
File
.
objects
.
all
()
total
=
q
.
count
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment