Philipp Bosch

Results 26 comments of Philipp Bosch

Sorry, wrong issue referenced in commit.

You're right. Changing the `heroku create` line to ``` bash heroku create --buildpack https://github.com/craigkerstiens/heroku-buildpack-static.git my-app ``` fixed that issue for me. Now I'm stuck with #1 :-/

I'm having the same issue with Django 3.1 and DTS 1.10.0.

@savetheclocktower Please post your fix – even if it's not universal yet.

`config.production.json` is generated during deployment using this script: https://github.com/cobyism/ghost-on-heroku/blob/master/bin/create-config You should only need to change the env variables on Heroku to match the ones you get from Heroku.

Chiming in as I'm working together with @sangel10 on a project where we are using angular-schema-form. Our use case is this: we're building a CMS-like app where editors can create...

Sorry that it took so long for me to answer, too ;-) The UI you described is exactly what we want. I'm going to give this a shot and try...

We did manage to build something along these lines, but it's a bit of a hack as it uses multiple schema form instances because of the lack of support for...

We didn't modify ASF. We just wrote a controller with some glue code. Every block (text, image, quote, …) is a separate `` with a separate schema and form definition....