mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-18 06:50:32 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class SamplesConfig(AppConfig):
|
||
|
|
name = 'samples'
|