mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 01:31:12 -05:00
8 lines
180 B
Python
8 lines
180 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ReviewsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.reviews'
|
|
verbose_name = 'Reviews'
|