9 lines
118 B
Python
9 lines
118 B
Python
|
|
from django.apps import AppConfig
|
|
|
|
# Store metadata for the app
|
|
|
|
|
|
class RowersConfig(AppConfig):
|
|
name = 'rowers'
|