27c36d28a2
Add migrations folders to .gitignore
5 lines
83 B
Python
5 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|