mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
* refactor: move issue activity tracking from django channels to rqworker * refactor: update old value and new value from character type to text type
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DbConfig(AppConfig):
|
|
name = "plane.db"
|