-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
48 lines (37 loc) · 1.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
The application has one user: admin and password: admin
I don't think you need to be logged in to access the /application/datatables/show
Python 3 Required.
The files you need to make the integration work are:
====================================================
Python Packages:
----------------
* simplejson (install using 'pip install simplejson')
- https://stackoverflow.com/questions/718040/how-to-install-simplejson-package-for-python
- https://pypi.org/project/simplejson/
Application Files:
------------------
controllers
> datatable.py
models
> common_datatables.py
> common_functions_public.py
static
> css
>> multi-select.css
>> web2py-datatables.css
>img
>> switch.png
>> icons\set1\svg\expand.svg
>> icons\set1\svg\edit-pencil.svg
>js
>> datatable\datatable_web2py.js
>> common.js
>> imagepicker.js
>> jquery.multi-select.js
>> jquery.quicksearch.js
>> web2py.js (optional - slightly modified)
views
> datatable
>> add.html, edit.html (not sure why I need these. I don't want them)
>> files.load
>> show.html