You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR implements a way to use dummy data for development in two ways:
1. Dump a working dev database with Django's `dumpdata` command. We dump
the `auth` and `commitfest` modules separately. This data can likewise
be reloaded when starting from scratch with the corresponding `loaddata`
commands (see the README.)
2. Mocks the archives server, to allow users to search and add sample
mailing threads to their patches.
To avoid an infinite recursion error this change also required moving
the ManyToMany relationship between MailThread and Patch from the
MailThread to Patch side.
---------
Co-authored-by: Jelte Fennema-Nio <[email protected]>
0 commit comments