Skip to content
New issue

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

Getting it to work... #1

Open
frispete opened this issue Jul 13, 2016 · 1 comment
Open

Getting it to work... #1

frispete opened this issue Jul 13, 2016 · 1 comment

Comments

@frispete
Copy link

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]
@kesavPalla
Copy link

hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants