nadineproject / nadine

Open Coworking Software
http://nadineproject.org
GNU Affero General Public License v3.0
163 stars 78 forks source link

Issues in setup process #473

Open rhyspowell opened 2 years ago

rhyspowell commented 2 years ago

./manage.py setup

Fails for NameError: name 'country_names' is not defined

./manage.py migrate

Fails with ModuleNotFoundError: No module named 'debug_toolbar'

./manage.py createsuperuser

throws an error socket.gaierror: [Errno -2] Name or service not known I'm not to sure about this and if is has any real cause for concern.

./manage.py compilemessages

fails on 22.04 for CommandError: Can't find msgfmt. Make sure you have GNU gettext tools 0.15 or newer installed.

I have put some fixes into PR https://github.com/nadineproject/nadine/pull/472

There were some further issues, that might need documentation updates as opposed to code fixes.

Please feel free to let me know if I have done something worng or what would be required to make the PR workable.

Also where is the best place to talk about some of the other issues I have seen?