working on 3.9
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
import os
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
class BoatmoversConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'boatmovers'
|
||||
path = os.path.join(settings.BASE_DIR, 'boatmovers')
|
||||
|
||||
Reference in New Issue
Block a user