eventyay-tickets
eventyay-tickets copied to clipboard
https://tickets.eventyay.com
I have gone through settings.py file located under src => pretix =>test-utils =>settings.py and changed the config and system name to eventyay.
Attempts to solve and close Issue #29. Open to suggestions and changes since I am not quite sure of the code changes
Currently the max size limits for files uploads are hardcoded in different places throughout the code. For example - [here](https://github.com/fossasia/eventyay-tickets/blob/4116f6bf7b13278d3386d4a9dbd214433ff96877/src/pretix/api/serializers/item.py#L119) and [here](https://github.com/fossasia/eventyay-tickets/blob/4116f6bf7b13278d3386d4a9dbd214433ff96877/src/pretix/control/forms/organizer.py#L245) - the max size is hardcoded. Instead of...
Update the project to Python 3.11. Similar changes were done in Pretix here https://github.com/pretix/pretix/pull/2982/files
Change default settings for background color, invoice attachmentes and name scheme. The goal of this PR to introduce straight forward changes similar to the PR in the original Pretix project...
Update Django to Django 4.2 in a first step and to 5.0 in a second step.
follows #128