[GH-ISSUE #44] Missing example #28

Closed
opened 2026-02-26 01:32:56 +03:00 by kerem · 3 comments
Owner

Originally created by @lrrb on GitHub (Sep 25, 2016).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/44

Hello,

Sandman2 is a great piece of software for those with little knowledge in programming like myself. However, it's sometime necessary to change the default behavior of the software. Sandman1 documentation came with some examples for that. Is there something as good as that for sandman2 ?

Thank you very much

Originally created by @lrrb on GitHub (Sep 25, 2016). Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/44 Hello, Sandman2 is a great piece of software for those with little knowledge in programming like myself. However, it's sometime necessary to change the default behavior of the software. Sandman1 documentation came with some examples for that. Is there something as good as that for sandman2 ? Thank you very much
kerem closed this issue 2026-02-26 01:32:56 +03:00
Author
Owner

@jeffknupp commented on GitHub (Sep 26, 2016):

Yes! I've simply left it out of the repo up to this point. I'll add it and expand on the examples I have a bit.

<!-- gh-comment-id:249705992 --> @jeffknupp commented on GitHub (Sep 26, 2016): Yes! I've simply left it out of the repo up to this point. I'll add it and expand on the examples I have a bit.
Author
Owner

@ahujamoh commented on GitHub (Mar 6, 2017):

@jeffknupp I have tested my code locally working with postgresql. This can serve as an example.

from sandman2 import app
SQLALCHEMY_DATABASE_URI = 'postgresql:///chinook'
app.get_app(SQLALCHEMY_DATABASE_URI).run()
<!-- gh-comment-id:284459464 --> @ahujamoh commented on GitHub (Mar 6, 2017): @jeffknupp I have tested my code locally working with postgresql. This can serve as an example. from sandman2 import app SQLALCHEMY_DATABASE_URI = 'postgresql:///chinook' app.get_app(SQLALCHEMY_DATABASE_URI).run()
Author
Owner

@jeffknupp commented on GitHub (Jun 23, 2018):

There are now examples in the /examples directory.

<!-- gh-comment-id:399664053 --> @jeffknupp commented on GitHub (Jun 23, 2018): There are now examples in the `/examples` directory.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#28
No description provided.