-
Notifications
You must be signed in to change notification settings - Fork 99
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
views not working #23
Comments
I had to copy the views over from the Qor project into my local app. (root of project)/app/views/qor/* Where * is the equivalent views folder from the auth app. |
@c0ze go modules See documentation, https://github.com/qor/render and it source code. |
I wish I had seen this earlier when I was dockerizing this. But it is true. It needs GOPATH. Even docker images need to be Golang images, not just any Linux images. As far as I know, Glide and Go Modules would not work for me. |
@siredwin no, alpine image is enough. |
@sergolius, you are right. I assumed it needed GOPATH because of the exact nature of the paths. Indeed any Linux Image can work. It works. I am using solution 1 because I like to update the binary only on my programs. |
any help regarding this, I'm coming from a frontend framework. |
I just imported this and trying login / logout etc. I get
I'm using go1.11.1, deps installed with modules.
I also tried installing the clean theme, but didnt help.
The text was updated successfully, but these errors were encountered: