You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might try and do the instance, I haven't learned too much into how to do that. It might be good incentive to start learning though! That way you at least can have this knocked out on your issues.
To make changing some project settings more convenient CRM has a
Settings
application that allows users to make changes through a web interface.Here's what needs to be done:
settings
app:Reminders
model withPositiveIntegerField
(for the setting value).admin.py
file createRemindersAdmin
in which the permissions to create and deleteReminders
objects are set toFalse
for all users.Reminders
instance.common
app:setupdata
command.RemindersSender
we change the receipt of the value "REMAINDER_CHECK_INTERVAL".All changes must be committed separately (create a pull request), except for the last two points.
Every commit must pass existing tests.
Create draft pull requests to get assistance.
The text was updated successfully, but these errors were encountered: