We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./manage.py setup
Fails for NameError: name 'country_names' is not defined
NameError: name 'country_names' is not defined
./manage.py migrate
Fails with ModuleNotFoundError: No module named 'debug_toolbar'
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.
socket.gaierror: [Errno -2] Name or service not known
./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.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./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?
The text was updated successfully, but these errors were encountered: