Skip to content

Commit

Permalink
Add exclude for "mezzanine_sync_pages" in "dump_database" command
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jun 2, 2019
1 parent cae7d19 commit 3e5b1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geany/management/commands/dump_database.py
Expand Up @@ -41,6 +41,7 @@ def _dump_main_database(self):
'--exclude', 'sessions.session',
'--exclude', 'admin.logentry',
'--exclude', 'pastebin.snippet',
'--exclude', 'mezzanine_sync_pages.mezzaninesyncpages',
'--indent', '2',
'--output', 'database.json')

Expand Down

0 comments on commit 3e5b1cc

Please sign in to comment.