We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just documenting what was done.
python manage.py create_combined_authority \ --official-name 'York and North Yorkshire Combined Authority' \ --common-name 'York and North Yorkshire Combined Authority' \ --identifier YNYC \ --constituent-councils E06000014 E06000065 \ --slug york-and-north-yorkshire-ca \ --legislation https://www.legislation.gov.uk/uksi/2023/1432/contents/made \ --start-date 2024-05-02 \ --exterior-ring python manage.py create_combined_authority \ --official-name 'North East Combined Authority' \ --common-name 'North East Combined Authority' \ --identifier NEMC \ --constituent-councils E06000047 E06000057 E08000021 E08000022 E08000023 E08000024 E08000037 \ --slug north-east-ca \ --start-date 2024-05-02 python manage.py create_combined_authority \ --official-name 'East Midlands Combined County Authority' \ --common-name 'East Midlands Combined County Authority' \ --identifier EMCA \ --constituent-councils E06000015 E06000018 E10000007 E10000024\ --slug east-midlands-cca \ --start-date 2024-05-02
The text was updated successfully, but these errors were encountered:
This was done without legislation for NEMC and EMCA because it was getting too close to the election date.
Sorry, something went wrong.
Still to do:
No branches or pull requests
Just documenting what was done.
The text was updated successfully, but these errors were encountered: