mirror of
https://github.com/quantum5/qlinks.git
synced 2025-08-02 22:08:14 -04:00
8 lines
172 B
Python
8 lines
172 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class QLinksConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'qlinks'
|
|
verbose_name = 'QLinks'
|