Google Form Clone always in maintainance mode
I'm really sorry for letting this in maintenance, but my Heroku (free dynos) hours always run out every middle of the month, of course, this is a good thing, glad this project is actively being used (potentially bot though). Of course, I will disable the maintenance mode every time I got dyno time! If you got any question, you can send me an email here
Is it possible to add a "Deploy to Heroku" button so that people can self-host themselves?
Is it possible to add a "Deploy to Heroku" button so that people can self-host themselves?
I don't think it's possible cuz on production, you have to uncomment these lines
https://github.com/kimlimjustin/google-form-clone/blob/master/form/settings.py#L131-L159
and I got no idea how will the button handle this, also the current gform clone website is actually not from GitHub, but I clone it and manually uncomment and push it to heroku instead.