[geany/www.geany.org] 3e5b1c: Add exclude for "mezzanine_sync_pages" in "dump_database" command

Enrico Tröger git-noreply at xxxxx
Sun Jun 2 21:32:56 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 02 Jun 2019 21:32:56 UTC
Commit:      3e5b1cc1ca822dbe15f0b4fd8676dbcd8c14bf72
             https://github.com/geany/www.geany.org/commit/3e5b1cc1ca822dbe15f0b4fd8676dbcd8c14bf72

Log Message:
-----------
Add exclude for "mezzanine_sync_pages" in "dump_database" command


Modified Paths:
--------------
    geany/management/commands/dump_database.py

Modified: geany/management/commands/dump_database.py
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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')
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list