mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 04:56:53 +01:00
feat: add the new reminders app
This commit is contained in:
parent
27db4f7e51
commit
b876a0d0df
13 changed files with 127 additions and 0 deletions
5
src/reminders/apps.py
Normal file
5
src/reminders/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RemindersConfig(AppConfig):
|
||||
name = "reminders"
|
||||
Loading…
Add table
Add a link
Reference in a new issue