mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-17 14:30:26 +00:00
Refactored database and changed "app" to "samples" so name didn't conflict with "AppConfig". Replaced deprecated assignment_tag with simple_tag. Updated unit tests.
5 lines
89 B
Python
5 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SamplesConfig(AppConfig):
|
|
name = 'samples'
|