Add tool to sync list information from archives server
commitf4b7d0050364ce4cd3d619304a0e3fcbc51efbe0
authorMagnus Hagander <magnus@hagander.net>
Wed, 21 Mar 2018 13:18:42 +0000 (21 14:18 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 21 Mar 2018 13:18:42 +0000 (21 14:18 +0100)
tree854a09c10ac2fbc333e0d656c7ef951893ba7fe6
parentdff46c8f7c693872a9e2042e4386b24fe417e02c
Add tool to sync list information from archives server

pgweb is no longer the master of this information, so add a tool to make
it sync it from the archives server.

Any changes made locally will be overwritten by this tool except the
sortkey field on groups which is local. For now.
pgweb/lists/management/__init__.py [new file with mode: 0644]
pgweb/lists/management/commands/__init__.py [new file with mode: 0644]
pgweb/lists/management/commands/sync_lists.py [new file with mode: 0644]