mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RentalConfig(AppConfig):
|
|
name = 'rental'
|