mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 16:51:07 -05:00
8 lines
211 B
Python
8 lines
211 B
Python
from django.apps import AppConfig
|
|
import os
|
|
|
|
class LocationConfig(AppConfig):
|
|
path = os.path.dirname(os.path.abspath(__file__))
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'location'
|