Skip to content

Commit

Permalink
Use a migrate instead of a syncdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Mar 9, 2016
1 parent 9254f9b commit bdd87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import django
from django.core.management import call_command
django.setup()
call_command('syncdb', verbosity=0, interactive=False)
call_command('migrate', verbosity=0, interactive=False)

import zinnia

Expand Down

0 comments on commit bdd87aa

Please sign in to comment.