mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-30 11:49:43 +02:00
7 lines
151 B
Python
7 lines
151 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ReconNoteConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'recon_note'
|