mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Migrate some models in a new app
This commit is contained in:
6
dcc/metadata/apps.py
Normal file
6
dcc/metadata/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MetadataConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'metadata'
|
Reference in New Issue
Block a user