Gagaro
Gagaro
What are your statics and django-leaflets settings? What are the whole URLs?
What do you mean by `replace the static with my static source`? Do you have the `leaflet.js` file in your collected statics files? There is no setting to change the...
There is currently no way to specify which JS to use. Feel free to open a PR which add this possibility.
see #5
Hi, I don't have much time to take care of it at the moment. I'll gladly review/merge PR though. The current PR for wagtail 2.0 breaks the CI, feel free...
I don't see why it couldn't. We would only need to adapt the hooks. It would then show two events in the calendar: one for the released page and one...
Here is the snippet I use to do that: ```python def build_pdf(html_content, header_html=None, footer_html=None): """ Build a pdf and returns its binary content For header and footer, CURRENT_PAGE and PAGES_COUNT...
Thanks for the PR :+1:
Thanks for the PR, though I agree with claudep, there isn't much sense in adding a Dockerfile in a Django app. Maybe this would be better located in the documentation?
I don't know enough about MySQL to help you there, but I used to have a mixin which would change the value in the unique column to some random things...