Skip to content
Snippets Groups Projects

Add missing __str__ methods to the models

Merged Sivert Kronen Hatteberg requested to merge GREG-143_add_dunder_strings into master
All threads resolved!
Files
4
@@ -10,7 +10,7 @@ module.exports = (app) => {
'/oidc*', // OpenID connect login endpoint
],
createProxyMiddleware({
target: 'http://localhost:8000',
target: 'http://0.0.0.0:8000',
changeOrigin: true,
})
)
Loading