working on 3.9
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
|
||||
from django.apps import AppConfig
|
||||
import os
|
||||
from django.conf import settings
|
||||
|
||||
# Store metadata for the app
|
||||
|
||||
|
||||
class RowersConfig(AppConfig):
|
||||
name = 'rowers'
|
||||
path = os.path.join(settings.BASE_DIR, 'rowers')
|
||||
|
||||
Reference in New Issue
Block a user