Mark Walker

Results 274 comments of Mark Walker

Here we go; https://github.com/marksweb/django-nh3

@obi-jerome Yeah I've not had time to create the model field just yet. I did start - but it's been a little while so I can't remember where I got...

Would be best with updates based on https://github.com/django-cms/djangocms-audio/pull/32

@silkentrance Yes, I'd agree that going through the placeholder to get a site_id in order to find the correct Site object isn't the best way to go about things. However...

@silkentrance Actually, I think you're right. Yesterday I was thinking back to times I've built things for menus and it's the node that you can't guarantee is attached to a...

I'm unable to reproduce this. I'd 2nd the network error potential. ``` => [internal] load build context 0.3s => => transferring context: 224.86kB 0.3s => [2/5] WORKDIR /app 1.0s =>...

Would be best with updates based on https://github.com/django-cms/djangocms-audio/pull/32

> I think it should be considered to move a tool like `compile.py` into a separated tool repository. Because it's a script used to generate the test requirements and not...

@fsbraun yes, love this idea. That'd make it really easy to upgrade requirements as well.

@mogoh I have tracked down the changes Fabian made to djangocms-alias: https://github.com/django-cms/djangocms-alias/blob/master/tests/requirements/compile.py Looks like you were thinking along the same lines with your changes. If we can develop this into...