Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
f1477fc1
Commit
f1477fc1
authored
Jul 07, 2021
by
Bryan BRANCOTTE
Browse files
using datatables along with bootstrap4
parent
6590cdd8
Pipeline
#60871
passed with stage
in 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
f1477fc1
...
...
@@ -11,11 +11,10 @@
{% block favicon %}
<link
rel=
"icon"
href=
"/static/img/favicon.png"
>
{% endblock %}
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css"
>
<link
href=
"https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/css/bootstrap4-toggle.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.datatables.net/1.10.
16
/css/
jquery.
dataTables.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.datatables.net/1.10.
25
/css/dataTables.
bootstrap4.
min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.0.0/css/bootstrap-slider.min.css"
/>
<link
rel=
"stylesheet"
href=
"{% sstatic '/css/bootstrap-multiselect.css' %}"
type=
"text/css"
/>
...
...
@@ -176,8 +175,8 @@
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/js/bootstrap4-toggle.min.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
16
/js/jquery.dataTables.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
19
/js/
jquery.
dataTables.min.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
25
/js/jquery.dataTables.
min.
js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
25
/js/dataTables.
bootstrap4.
min.js"
></script>
<script
src=
"https://cdn.datatables.net/buttons/1.5.2/js/dataTables.buttons.min.js"
></script>
<script
src=
"https://cdn.datatables.net/buttons/1.5.2/js/buttons.flash.min.js"
></script>
<script
type=
"text/javascript"
src=
"{% sstatic '/js/bootstrap-multiselect.js' %}"
></script>
...
...
setup.py
View file @
f1477fc1
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.
59
'
,
version
=
'0.2.
60
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment