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.
I would like to be able to open and close account registration through some mechanism. My ideas:
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.