mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-03 14:54:24 +02:00
fix datatables compatibility for multi-selection
This commit is contained in:
parent
98afb00dd6
commit
51b1352c11
1 changed files with 1 additions and 1 deletions
|
@ -142,6 +142,6 @@ STATICFILES_DIRS = [
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
MEDIA_ROOT = '/var/lib/routerfleet/'
|
MEDIA_ROOT = '/var/lib/routerfleet/'
|
||||||
ROUTERFLEET_VERSION = 7501
|
ROUTERFLEET_VERSION = 7502
|
||||||
|
|
||||||
from routerfleet.production_settings import *
|
from routerfleet.production_settings import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue