mataroa icon indicating copy to clipboard operation
mataroa copied to clipboard

Open/close account creation mechanism

Open ratsclub opened this issue 1 year ago • 1 comments

I would like to be able to open and close account registration through some mechanism. My ideas:

  • Environment variable
  • Model setting

The first is easier to implement, but requires the admin to restart the application. The latter allows the admin to change a value on the Django admin console, but introduces more code.

ratsclub avatar Jul 18 '24 15:07 ratsclub

I would say environment variable. I'd rather we don't have settings for how the app works in the database.

sirodoht avatar Jul 18 '24 20:07 sirodoht