Private
Public Access
1
0
Files
rowsandall/rowers/apps.py
Sander Roosendaal 221953bfdf removing future
2022-02-15 08:23:48 +01:00

9 lines
118 B
Python

from django.apps import AppConfig
# Store metadata for the app
class RowersConfig(AppConfig):
name = 'rowers'