Skip to content
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

Changes required to build working Docker container (Windows 10 Pro WSL2) #429

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

3 participants