mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-01 13:40:28 +00:00
Added new sample project. Improved documentation. Refactored CSS selector for inlines that are sortable.
6 lines
144 B
Python
6 lines
144 B
Python
import os
|
|
|
|
|
|
def map_path(directory_name):
|
|
return os.path.join(os.path.dirname(__file__),
|
|
'../' + directory_name).replace('\\', '/')
|