forked from github/plane
45a52116a7
* 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"
|