Manage start end time

Is there any option to fully disable the start and end times (to remove the timebox feature)?
We spin up CTFd instances as needed, and terminate them at end of event.

I’ve updated our ‘import’ file using a backup that now has a end date pushed out a bunch of years (so no urgency I think for this) but it would be useful to know if there is another way to edit this value.

Perhaps with manage.py?

Hi larry you should be able to just remove the start or end time to disable the feature. You can do it via manage.py with the set_config command and the key start. Fully disabling it is not an option but if you don’t provide the setting it just won’t be active.