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
requires at least these changes to match tutorial and reality:
--- a/conf/development.ini +++ b/conf/development.ini @@ -2,14 +2,14 @@ [includes] include_ini_files = - resource://websauna/development.ini + resource://websauna/conf/development.ini resource://myapp/conf/base.ini - resource://websauna/base.ini + resource://websauna/conf/base.ini [app:main] websauna.site_id = myapp_dev websauna.site_email_prefix = [myapp DEV] -sqlalchemy.url = postgresql://localhost/myapp_dev2 +sqlalchemy.url = postgresql://localhost/myapp_dev websauna.secrets_file = resource://myapp/conf/development-secrets.ini [celery]
The text was updated successfully, but these errors were encountered:
hi
Sorry, something went wrong.
No branches or pull requests
requires at least these changes to match tutorial and reality:
The text was updated successfully, but these errors were encountered: