> On Mar 18, 2021, at 10:53 PM, Prashant Pandey <[email protected]> > wrote: > > I want to solve Issue #347 > <https://gitlab.com/mailman/hyperkitty/-/issues/347> in the hyperkitty. > How can I test the thread if I needed some data to test? > Is there any way that I can follow and create my local thread for testing > new features?
When I want something to show up in my local Hyperkitty, what I do is just go and download archives from some other Hyperkitty and import it locally. For example, you can go to archives of this very list at[1] and click the “Download” button on the bottom left. That will download an mbox file that is compressed, make sure you decompress it to a .mbox file. Then, you locally import the archive using ``` $ python manage.py hyperkitty_import -l [email protected] /path/to/file.mbox ``` Then, you should have some threads and emails to look at and work on the issues. [1]: https://mail.python.org/archives/list/[email protected]/2021/3/ -- thanks, Abhilash Raj (maxking) _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
