mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-27 11:10:29 +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('\\', '/')
|