Skip to content

Conversation

@DrMikeJS
Copy link

@DrMikeJS DrMikeJS commented May 8, 2022

Changed CRLF to LF in many if not most files

Replaced shortcuts in flower.conf files with contents of target conf file (shortcuts giving Apache error as "unrecognised command")

Replaced deprecated Django "url" function with "re_path" aliased as url for Django 4 compatibility.

Replaced NullBooleanField with BooleanField(null=True) for Django 4 compatibility.

Container now runs without errors.

…dows 10

Changed CRLF to LF in all files

Replaced shortcuts to flower.conf with contents of flower.conf

Replaced Deprecated Django url function with re_path aliased as url

Replaced NullBooleanField with BooleanField(null=True) for Django 4 compatibililty.
@feathered-arch
Copy link
Contributor

You da man!

@thecocce thecocce mentioned this pull request Oct 8, 2022
@thecocce
Copy link
Contributor

thecocce commented Oct 8, 2022

May be same issue of #427 and #433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants