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

Consider using Django Messages #4

Open
JanBednarik opened this issue Mar 1, 2018 · 0 comments
Open

Consider using Django Messages #4

JanBednarik opened this issue Mar 1, 2018 · 0 comments

Comments

@JanBednarik
Copy link
Contributor

App does not use database and is stateless except token in cookie. Sometimes we want to give user a message like "Report was published." after redirect.

Now it's done by params in URLs, which may be copied (will be copied) and shared with URL. Maybe better option is to use Messages. They use Session backend, which can work without database, in memory, file or cookie. Maybe Sqlite DB is also option to consider.

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

1 participant