Source code for rewards.apps
"""Module containing rewards app configuration."""
from django.apps import AppConfig
[docs]
class RewardsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "rewards"
"""Module containing rewards app configuration."""
from django.apps import AppConfig
[docs]
class RewardsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "rewards"