2020-08-30T02:06:29 *** okurz_ is now known as okurz 2020-08-30T05:09:27 lcp: hello! i'm here since Eighth_Doctor just mentioned your name in vain 2020-08-30T05:09:59 specifically regarding possible advice on setting up mailman3 on leap 15.2 2020-08-30T07:31:36 *** Steki is now known as BManojlovic 2020-08-30T08:42:49 midipix: what do you need? 2020-08-30T12:34:02 lcp: sorry, time-zone differences 2020-08-30T12:34:28 lcp: well, ideally, if you wouldn't mind sharing your configuration files that'll be great 2020-08-30T12:35:34 more concretely, i started with creating the uwsgi service for django, and it does start but with an error 2020-08-30T12:36:24 File "/usr/lib/python3.6/site-packages/django_q/cluster.py", line 331, in pusher 2020-08-30T12:36:36 logger.error(e, traceback.format_exc()) 2020-08-30T12:36:50 Message: OperationalError('no such table: django_q_ormq',) 2020-08-30T12:37:12 i do have the DATABASES section in settings.py, and am not sure what else I need to do in order to get this to work 2020-08-30T12:37:18 i've never used django before... 2020-08-30T12:51:08 you will need manage.py that points at that settings file 2020-08-30T12:51:31 and then run it with python which will show you the commands you have available 2020-08-30T12:51:38 one of them is for database migration 2020-08-30T12:52:40 https://gitlab.com/mailman/mailman-web/-/tree/master/mailman_web is a good example of how all of that setup should look 2020-08-30T13:04:13 lcp: i do have a manage.py 2020-08-30T13:04:21 in the same directory where wettings.py resides 2020-08-30T13:04:46 (i created a new directory, /srv/mailman, into which i've copied the entire content of the mailman example-project) 2020-08-30T13:05:29 that repo looks very promising 2020-08-30T13:05:43 i'll get the most out of it before i bother you again:-) 2020-08-30T13:07:23 lcp: last question though 2020-08-30T13:08:19 i guess content of that repo should go into my /srv/mailman directory? that's the directoy into which i chdir based on my uwsgi mailman.ini file 2020-08-30T13:09:53 yeah 2020-08-30T13:10:29 cool, thanks so much