Re: [Mailman-Developers] [Mailman-Users] Help with installation

First, please make sure you direct replies to the list. If you don't understand why that is appropriate, read Eric Raymond's "How to Ask Questions the Smart Way" (www.catb.org/esr/faqs/smart-questions.html).
Redirecting to list is not automatic because we occasionally handle sensitive topics in private mail, and it would be a Bad Thing if a list administrator posted personal or system details to a public list by accident.
Ibrahim Jarif writes:
I guess the content filter removed the attachment.
I ran
django-admin migrate --pythonpath hyperkitty_standalone --settings settings
. I get the following error
[traceback details omitted]
ImportError: No module named settings
Is there a hyperkitty_standalone directory in the current directory when you run that command? Is there a settings.py file in that directory? Is the venv active when you run it?
I would guess that you are running the command from the wrong current directory.

Hi,
Thank you for the reply. I solved the issue. The documentation at https://hyperkitty.readthedocs.org/en/latest/development.html was written for older version of Django (I guess Django-1.6). A lot has changed in Django-1.9. The latest version has different commands than those mentioned on the page.
I've created an issue about the documentation here <https://gitlab.com/mailman/postorius/issues/103>
Thanks
-Ibrahim
On Sat, Feb 27, 2016 at 2:51 PM, Stephen J. Turnbull <stephen@xemacs.org> wrote:

Hi,
Thank you for the reply. I solved the issue. The documentation at https://hyperkitty.readthedocs.org/en/latest/development.html was written for older version of Django (I guess Django-1.6). A lot has changed in Django-1.9. The latest version has different commands than those mentioned on the page.
I've created an issue about the documentation here <https://gitlab.com/mailman/postorius/issues/103>
Thanks
-Ibrahim
On Sat, Feb 27, 2016 at 2:51 PM, Stephen J. Turnbull <stephen@xemacs.org> wrote:
participants (2)
-
Ibrahim Jarif
-
Stephen J. Turnbull