├── src ├── app │ ├── __init__.py │ ├── migrations │ │ ├── __init__.py │ │ ├── 0003_sitemap.py │ │ └── 0002_init_data.py │ ├── tests.py │ ├── admin.py │ ├── apps.py │ ├── management │ │ └── commands │ │ │ ├── clear_cache.py │ │ │ └── regenerate_data.py │ ├── models.py │ └── sitemap.py ├── config │ ├── __init__.py │ ├── asgi.py │ └── wsgi.py ├── staticfiles │ ├── sse.js │ ├── __init__.py │ ├── sse.d41d8cd98f00.js │ ├── __init__.d41d8cd98f00.py │ ├── ws.js.gz │ ├── done.svg.gz │ ├── favicon.ico │ ├── prism.js.gz │ ├── urls.py.gz │ ├── _base.html.gz │ ├── favicon.ico.gz │ ├── htmx.min.js.gz │ ├── index.html.gz │ ├── preload.js.gz │ ├── prism.css.gz │ ├── spinner.svg.gz │ ├── style.css.gz │ ├── delete_row.py.gz │ ├── edit_row.html.gz │ ├── admin │ │ ├── js │ │ │ ├── core.js.gz │ │ │ ├── cancel.js.gz │ │ │ ├── theme.js.gz │ │ │ ├── urlify.js.gz │ │ │ ├── SelectBox.js.gz │ │ │ ├── actions.js.gz │ │ │ ├── calendar.js.gz │ │ │ ├── collapse.js.gz │ │ │ ├── filters.js.gz │ │ │ ├── inlines.js.gz │ │ │ ├── change_form.js.gz │ │ │ ├── jquery.init.js.gz │ │ │ ├── nav_sidebar.js.gz │ │ │ ├── prepopulate.js.gz │ │ │ ├── SelectFilter2.js.gz │ │ │ ├── autocomplete.js.gz │ │ │ ├── popup_response.js.gz │ │ │ ├── prepopulate_init.js.gz │ │ │ ├── cancel.ecc4c5ca7b32.js.gz │ │ │ ├── core.7e257fdf56dc.js.gz │ │ │ ├── theme.ab270f56bb9c.js.gz │ │ │ ├── urlify.ae970a820212.js.gz │ │ │ ├── actions.867b023a736d.js.gz │ │ │ ├── calendar.d64496bbf46d.js.gz │ │ │ ├── collapse.f84e7410290f.js.gz │ │ │ ├── filters.0e360b7a9f80.js.gz │ │ │ ├── inlines.22d4d93c00b4.js.gz │ │ │ ├── vendor │ │ │ │ ├── jquery │ │ │ │ │ ├── jquery.js.gz │ │ │ │ │ ├── LICENSE.txt.gz │ │ │ │ │ ├── jquery.min.js.gz │ │ │ │ │ ├── jquery.12e87d2f3a4c.js.gz │ │ │ │ │ ├── LICENSE.de877aa6d744.txt.gz │ │ │ │ │ └── jquery.min.2c872dbe60f4.js.gz │ │ │ │ ├── select2 │ │ │ │ │ ├── LICENSE.md.gz │ │ │ │ │ ├── i18n │ │ │ │ │ │ ├── af.js.gz │ │ │ │ │ │ ├── ar.js.gz │ │ │ │ │ │ ├── az.js.gz │ │ │ │ │ │ ├── bg.js.gz │ │ │ │ │ │ ├── bn.js.gz │ │ │ │ │ │ ├── bs.js.gz │ │ │ │ │ │ ├── ca.js.gz │ │ │ │ │ │ ├── cs.js.gz │ │ │ │ │ │ ├── da.js.gz │ │ │ │ │ │ ├── de.js.gz │ │ │ │ │ │ ├── dsb.js.gz │ │ │ │ │ │ ├── el.js.gz │ │ │ │ │ │ ├── en.js.gz │ │ │ │ │ │ ├── es.js.gz │ │ │ │ │ │ ├── et.js.gz │ │ │ │ │ │ ├── eu.js.gz │ │ │ │ │ │ ├── fa.js.gz │ │ │ │ │ │ ├── fi.js.gz │ │ │ │ │ │ ├── fr.js.gz │ │ │ │ │ │ ├── gl.js.gz │ │ │ │ │ │ ├── he.js.gz │ │ │ │ │ │ ├── hi.js.gz │ │ │ │ │ │ ├── hr.js.gz │ │ │ │ │ │ ├── hsb.js.gz │ │ │ │ │ │ ├── hu.js.gz │ │ │ │ │ │ ├── hy.js.gz │ │ │ │ │ │ ├── id.js.gz │ │ │ │ │ │ ├── is.js.gz │ │ │ │ │ │ ├── it.js.gz │ │ │ │ │ │ ├── ja.js.gz │ │ │ │ │ │ ├── ka.js.gz │ │ │ │ │ │ ├── km.js.gz │ │ │ │ │ │ ├── ko.js.gz │ │ │ │ │ │ ├── lt.js.gz │ │ │ │ │ │ ├── lv.js.gz │ │ │ │ │ │ ├── mk.js.gz │ │ │ │ │ │ ├── ms.js.gz │ │ │ │ │ │ ├── nb.js.gz │ │ │ │ │ │ ├── ne.js.gz │ │ │ │ │ │ ├── nl.js.gz │ │ │ │ │ │ ├── pl.js.gz │ │ │ │ │ │ ├── ps.js.gz │ │ │ │ │ │ ├── pt.js.gz │ │ │ │ │ │ ├── ro.js.gz │ │ │ │ │ │ ├── ru.js.gz │ │ │ │ │ │ ├── sk.js.gz │ │ │ │ │ │ ├── sl.js.gz │ │ │ │ │ │ ├── sq.js.gz │ │ │ │ │ │ ├── sr.js.gz │ │ │ │ │ │ ├── sv.js.gz │ │ │ │ │ │ ├── th.js.gz │ │ │ │ │ │ ├── tk.js.gz │ │ │ │ │ │ ├── tr.js.gz │ │ │ │ │ │ ├── uk.js.gz │ │ │ │ │ │ ├── vi.js.gz │ │ │ │ │ │ ├── pt-BR.js.gz │ │ │ │ │ │ ├── zh-CN.js.gz │ │ │ │ │ │ ├── zh-TW.js.gz │ │ │ │ │ │ ├── sr-Cyrl.js.gz │ │ │ │ │ │ ├── af.4f6fcd73488c.js.gz │ │ │ │ │ │ ├── ar.65aa8e36bf5d.js.gz │ │ │ │ │ │ ├── az.270c257daf81.js.gz │ │ │ │ │ │ ├── bg.39b8be30d4f0.js.gz │ │ │ │ │ │ ├── bn.6d42b4dd5665.js.gz │ │ │ │ │ │ ├── bs.91624382358e.js.gz │ │ │ │ │ │ ├── ca.a166b745933a.js.gz │ │ │ │ │ │ ├── cs.4f43e8e7d33a.js.gz │ │ │ │ │ │ ├── da.766346afe4dd.js.gz │ │ │ │ │ │ ├── de.8a1c222b0204.js.gz │ │ │ │ │ │ ├── dsb.56372c92d2f1.js.gz │ │ │ │ │ │ ├── el.27097f071856.js.gz │ │ │ │ │ │ ├── en.cf932ba09a98.js.gz │ │ │ │ │ │ ├── es.66dbc2652fb1.js.gz │ │ │ │ │ │ ├── et.2b96fd98289d.js.gz │ │ │ │ │ │ ├── eu.adfe5c97b72c.js.gz │ │ │ │ │ │ ├── fa.3b5bd1961cfd.js.gz │ │ │ │ │ │ ├── fi.614ec42aa9ba.js.gz │ │ │ │ │ │ ├── fr.05e0542fcfe6.js.gz │ │ │ │ │ │ ├── gl.d99b1fedaa86.js.gz │ │ │ │ │ │ ├── he.e420ff6cd3ed.js.gz │ │ │ │ │ │ ├── hi.70640d41628f.js.gz │ │ │ │ │ │ ├── hr.a2b092cc1147.js.gz │ │ │ │ │ │ ├── hsb.fa3b55265efe.js.gz │ │ │ │ │ │ ├── hu.6ec6039cb8a3.js.gz │ │ │ │ │ │ ├── hy.c7babaeef5a6.js.gz │ │ │ │ │ │ ├── id.04debded514d.js.gz │ │ │ │ │ │ ├── is.3ddd9a6a97e9.js.gz │ │ │ │ │ │ ├── it.be4fe8d365b5.js.gz │ │ │ │ │ │ ├── ja.170ae885d74f.js.gz │ │ │ │ │ │ ├── ka.2083264a54f0.js.gz │ │ │ │ │ │ ├── km.c23089cb06ca.js.gz │ │ │ │ │ │ ├── ko.e7be6c20e673.js.gz │ │ │ │ │ │ ├── lt.23c7ce903300.js.gz │ │ │ │ │ │ ├── lv.08e62128eac1.js.gz │ │ │ │ │ │ ├── mk.dabbb9087130.js.gz │ │ │ │ │ │ ├── ms.4ba82c9a51ce.js.gz │ │ │ │ │ │ ├── nb.da2fce143f27.js.gz │ │ │ │ │ │ ├── ne.3d79fd3f08db.js.gz │ │ │ │ │ │ ├── nl.997868a37ed8.js.gz │ │ │ │ │ │ ├── pl.6031b4f16452.js.gz │ │ │ │ │ │ ├── ps.38dfa47af9e0.js.gz │ │ │ │ │ │ ├── pt.33b4a3b44d43.js.gz │ │ │ │ │ │ ├── ro.f75cb460ec3b.js.gz │ │ │ │ │ │ ├── ru.934aa95f5b5f.js.gz │ │ │ │ │ │ ├── sk.33d02cef8d11.js.gz │ │ │ │ │ │ ├── sl.131a78bc0752.js.gz │ │ │ │ │ │ ├── sq.5636b60d29c9.js.gz │ │ │ │ │ │ ├── sr.5ed85a48f483.js.gz │ │ │ │ │ │ ├── sv.7a9c2f71e777.js.gz │ │ │ │ │ │ ├── th.f38c20b0221b.js.gz │ │ │ │ │ │ ├── tk.7c572a68c78f.js.gz │ │ │ │ │ │ ├── tr.b5a0643d1545.js.gz │ │ │ │ │ │ ├── uk.8cede7f4803c.js.gz │ │ │ │ │ │ ├── vi.097a5b75b3e1.js.gz │ │ │ │ │ │ ├── pt-BR.e1b294433e7f.js.gz │ │ │ │ │ │ ├── zh-CN.2cff662ec5f9.js.gz │ │ │ │ │ │ ├── zh-TW.04554a227c2b.js.gz │ │ │ │ │ │ ├── sr-Cyrl.f254bb8c4c7c.js.gz │ │ │ │ │ │ ├── zh-TW.js │ │ │ │ │ │ ├── zh-TW.04554a227c2b.js │ │ │ │ │ │ ├── zh-CN.js │ │ │ │ │ │ ├── zh-CN.2cff662ec5f9.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ ├── ja.170ae885d74f.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── az.270c257daf81.js │ │ │ │ │ │ ├── ko.e7be6c20e673.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── vi.097a5b75b3e1.js │ │ │ │ │ │ ├── tk.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── tk.7c572a68c78f.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── tr.b5a0643d1545.js │ │ │ │ │ │ ├── id.04debded514d.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ └── sv.js │ │ │ │ │ ├── select2.full.js.gz │ │ │ │ │ ├── select2.full.min.js.gz │ │ │ │ │ ├── LICENSE.f94142512c91.md.gz │ │ │ │ │ ├── select2.full.c2afdeda3058.js.gz │ │ │ │ │ └── select2.full.min.fcd7500d8e13.js.gz │ │ │ │ └── xregexp │ │ │ │ │ ├── LICENSE.txt.gz │ │ │ │ │ ├── xregexp.js.gz │ │ │ │ │ ├── xregexp.min.js.gz │ │ │ │ │ ├── LICENSE.b6fd2ceea8d3.txt.gz │ │ │ │ │ ├── xregexp.a7e08b0ce686.js.gz │ │ │ │ │ └── xregexp.min.f1ae4617847c.js.gz │ │ │ ├── SelectBox.7d3ce5a98007.js.gz │ │ │ ├── admin │ │ │ │ ├── DateTimeShortcuts.js.gz │ │ │ │ ├── RelatedObjectLookups.js.gz │ │ │ │ ├── DateTimeShortcuts.9f6e209cebca.js.gz │ │ │ │ └── RelatedObjectLookups.ef211845e458.js.gz │ │ │ ├── change_form.9d8ca4f96b75.js.gz │ │ │ ├── jquery.init.b7781a0897fc.js.gz │ │ │ ├── nav_sidebar.3b9190d420b1.js.gz │ │ │ ├── prepopulate.bd2361dfd64d.js.gz │ │ │ ├── SelectFilter2.b8cf7343ff9e.js.gz │ │ │ ├── autocomplete.01591ab27be7.js.gz │ │ │ ├── popup_response.c6cc78ea5551.js.gz │ │ │ ├── prepopulate_init.6cac7f3105b8.js.gz │ │ │ ├── jquery.init.js │ │ │ ├── jquery.init.b7781a0897fc.js │ │ │ ├── popup_response.js │ │ │ ├── popup_response.c6cc78ea5551.js │ │ │ ├── prepopulate_init.js │ │ │ ├── prepopulate_init.6cac7f3105b8.js │ │ │ ├── change_form.js │ │ │ └── change_form.9d8ca4f96b75.js │ │ ├── css │ │ │ ├── base.css.gz │ │ │ ├── rtl.css.gz │ │ │ ├── forms.css.gz │ │ │ ├── login.css.gz │ │ │ ├── widgets.css.gz │ │ │ ├── dark_mode.css.gz │ │ │ ├── dashboard.css.gz │ │ │ ├── autocomplete.css.gz │ │ │ ├── changelists.css.gz │ │ │ ├── nav_sidebar.css.gz │ │ │ ├── responsive.css.gz │ │ │ ├── responsive_rtl.css.gz │ │ │ ├── base.6be58084bde8.css.gz │ │ │ ├── base.9f65b5cd54b3.css.gz │ │ │ ├── rtl.aa92d763340b.css.gz │ │ │ ├── forms.b29a0c8c9155.css.gz │ │ │ ├── login.586129c60a93.css.gz │ │ │ ├── dark_mode.e18e9a052429.css.gz │ │ │ ├── dashboard.e90f2068217b.css.gz │ │ │ ├── vendor │ │ │ │ └── select2 │ │ │ │ │ ├── select2.css.gz │ │ │ │ │ ├── select2.min.css.gz │ │ │ │ │ ├── LICENSE-SELECT2.md.gz │ │ │ │ │ ├── select2.a2194c262648.css.gz │ │ │ │ │ ├── select2.min.9f54e6414f87.css.gz │ │ │ │ │ └── LICENSE-SELECT2.f94142512c91.md.gz │ │ │ ├── widgets.8a70ea6d8850.css.gz │ │ │ ├── changelists.47cb433b29d4.css.gz │ │ │ ├── nav_sidebar.dd925738f4cc.css.gz │ │ │ ├── responsive.eafb93ff084c.css.gz │ │ │ ├── autocomplete.4a81fc4242d0.css.gz │ │ │ ├── responsive_rtl.7d1130848605.css.gz │ │ │ ├── dashboard.css │ │ │ └── dashboard.e90f2068217b.css │ │ └── img │ │ │ ├── LICENSE.gz │ │ │ ├── README.txt.gz │ │ │ ├── icon-no.svg.gz │ │ │ ├── search.svg.gz │ │ │ ├── icon-yes.svg.gz │ │ │ ├── icon-addlink.svg.gz │ │ │ ├── icon-alert.svg.gz │ │ │ ├── icon-clock.svg.gz │ │ │ ├── icon-unknown.svg.gz │ │ │ ├── tooltag-add.svg.gz │ │ │ ├── calendar-icons.svg.gz │ │ │ ├── icon-calendar.svg.gz │ │ │ ├── icon-hidelink.svg.gz │ │ │ ├── icon-viewlink.svg.gz │ │ │ ├── inline-delete.svg.gz │ │ │ ├── selector-icons.svg.gz │ │ │ ├── sorting-icons.svg.gz │ │ │ ├── LICENSE.2c54f4e1ca1c.gz │ │ │ ├── icon-changelink.svg.gz │ │ │ ├── icon-deletelink.svg.gz │ │ │ ├── icon-unknown-alt.svg.gz │ │ │ ├── README.a70711a38d87.txt.gz │ │ │ ├── gis │ │ │ ├── move_vertex_off.svg.gz │ │ │ ├── move_vertex_on.svg.gz │ │ │ ├── move_vertex_off.7a23bf31ef8a.svg.gz │ │ │ └── move_vertex_on.0047eba25b67.svg.gz │ │ │ ├── search.7cf54ff789c6.svg.gz │ │ │ ├── tooltag-arrowright.svg.gz │ │ │ ├── icon-no.439e821418cd.svg.gz │ │ │ ├── icon-yes.d2f9f035226a.svg.gz │ │ │ ├── icon-alert.034cc7d8a67f.svg.gz │ │ │ ├── icon-clock.e1d4dfac3f2b.svg.gz │ │ │ ├── tooltag-add.e59d620a9742.svg.gz │ │ │ ├── calendar-icons.39b290681a8b.svg.gz │ │ │ ├── icon-addlink.d519b3bab011.svg.gz │ │ │ ├── icon-calendar.ac7aea671bea.svg.gz │ │ │ ├── icon-hidelink.8d245a995e18.svg.gz │ │ │ ├── icon-unknown.a18cb4398978.svg.gz │ │ │ ├── icon-viewlink.41eb31f7826e.svg.gz │ │ │ ├── inline-delete.fec1b761f254.svg.gz │ │ │ ├── selector-icons.b4555096cea2.svg.gz │ │ │ ├── sorting-icons.3a097b59f104.svg.gz │ │ │ ├── icon-changelink.18d2fd706348.svg.gz │ │ │ ├── icon-deletelink.564ef9dc3854.svg.gz │ │ │ ├── icon-unknown-alt.81536e128bb6.svg.gz │ │ │ ├── tooltag-arrowright.bbfb788a849e.svg.gz │ │ │ ├── tooltag-arrowright.svg │ │ │ ├── tooltag-arrowright.bbfb788a849e.svg │ │ │ ├── README.txt │ │ │ ├── icon-addlink.svg │ │ │ ├── tooltag-add.svg │ │ │ ├── README.a70711a38d87.txt │ │ │ ├── icon-addlink.d519b3bab011.svg │ │ │ ├── tooltag-add.e59d620a9742.svg │ │ │ ├── icon-changelink.svg │ │ │ ├── icon-changelink.18d2fd706348.svg │ │ │ ├── icon-deletelink.svg │ │ │ ├── icon-deletelink.564ef9dc3854.svg │ │ │ ├── icon-yes.svg │ │ │ ├── icon-yes.d2f9f035226a.svg │ │ │ ├── search.svg │ │ │ ├── search.7cf54ff789c6.svg │ │ │ ├── icon-alert.svg │ │ │ ├── icon-alert.034cc7d8a67f.svg │ │ │ ├── icon-no.svg │ │ │ ├── inline-delete.svg │ │ │ ├── icon-no.439e821418cd.svg │ │ │ ├── inline-delete.fec1b761f254.svg │ │ │ ├── icon-viewlink.svg │ │ │ ├── icon-viewlink.41eb31f7826e.svg │ │ │ ├── icon-unknown-alt.svg │ │ │ ├── icon-unknown.svg │ │ │ ├── icon-unknown.a18cb4398978.svg │ │ │ ├── icon-unknown-alt.81536e128bb6.svg │ │ │ ├── icon-clock.svg │ │ │ └── icon-clock.e1d4dfac3f2b.svg │ ├── bulk_update.html.gz │ ├── click_to_edit.py.gz │ ├── delete_row.html.gz │ ├── django-htmx.js.gz │ ├── edit_row │ │ ├── row.py.gz │ │ ├── urls.py.gz │ │ ├── table.py.gz │ │ ├── row.101ee2e30322.py.gz │ │ ├── table.49d751742877.py.gz │ │ ├── table.b2e07e31fe0d.py.gz │ │ ├── urls.afbd9697c969.py.gz │ │ ├── urls.py │ │ └── urls.afbd9697c969.py │ ├── flowbite.min.js.gz │ ├── active_search.html.gz │ ├── click_to_edit.html.gz │ ├── click_to_load.html.gz │ ├── progress_bar.html.gz │ ├── ws.d96b2cd51173.js.gz │ ├── active_search │ │ ├── urls.py.gz │ │ ├── input.py.gz │ │ ├── tbody.py.gz │ │ ├── input.0d7f732a97de.py.gz │ │ ├── tbody.46fe860010d3.py.gz │ │ ├── urls.69d1718169f9.py.gz │ │ ├── urls.py │ │ └── urls.69d1718169f9.py │ ├── bulk_update │ │ ├── table.py.gz │ │ ├── tbody.py.gz │ │ ├── urls.py.gz │ │ ├── table.19dbdd92634b.py.gz │ │ ├── table.ece66eda3489.py.gz │ │ ├── tbody.0b798d7e4a5e.py.gz │ │ ├── urls.4e760d1714af.py.gz │ │ ├── urls.py │ │ └── urls.4e760d1714af.py │ ├── click_to_load │ │ ├── urls.py.gz │ │ ├── table.py.gz │ │ ├── tbody.py.gz │ │ ├── table.0b1bb8bf7c91.py.gz │ │ ├── table.7b9417c3d2ed.py.gz │ │ ├── tbody.b43c2a210a14.py.gz │ │ ├── tbody.e59bf7e3e1be.py.gz │ │ ├── urls.b6ab5fb54fd4.py.gz │ │ ├── urls.py │ │ └── urls.b6ab5fb54fd4.py │ ├── done.a475d59ea779.svg.gz │ ├── favicon.b4d7bab7c61b.ico │ ├── flowbite.min.js.map.gz │ ├── formal-invitation.svg.gz │ ├── infinite_scroll.html.gz │ ├── prism.167e3bcdc317.js.gz │ ├── progress_bar │ │ ├── bar.py.gz │ │ ├── start.py.gz │ │ ├── urls.py.gz │ │ ├── status.py.gz │ │ ├── bar.b8a3e8689aaa.py.gz │ │ ├── urls.d84e7c811b76.py.gz │ │ ├── start.a6c80516bd2f.py.gz │ │ ├── status.11892046b39b.py.gz │ │ ├── status.6f3dc147a08a.py.gz │ │ ├── status.8ddef869643a.py.gz │ │ ├── start.py │ │ ├── start.a6c80516bd2f.py │ │ ├── urls.py │ │ └── urls.d84e7c811b76.py │ ├── urls.ed747cf49aae.py.gz │ ├── _base.51249b9b3e6d.html.gz │ ├── _base.9d44d0a966ee.html.gz │ ├── _base.f222f8408fbe.html.gz │ ├── cascading_selects.html.gz │ ├── index.330ffa9733ef.html.gz │ ├── index.3b13d7de4566.html.gz │ ├── index.c8db3aff394f.html.gz │ ├── infinite_scroll │ │ ├── urls.py.gz │ │ ├── table.py.gz │ │ ├── tbody.py.gz │ │ ├── urls.2119b85fae27.py.gz │ │ ├── table.624e6ab16a01.py.gz │ │ ├── table.c757f118a80a.py.gz │ │ ├── tbody.02a65ee11b28.py.gz │ │ ├── tbody.889ea8380c38.py.gz │ │ ├── tbody.bbb8483b7598.py.gz │ │ ├── urls.py │ │ └── urls.2119b85fae27.py │ ├── inline_validation.html.gz │ ├── preload.738a4657614c.js.gz │ ├── prism.1598ec91cbbd.css.gz │ ├── style.8907c8ae0e4d.css.gz │ ├── style.a787112a42a1.css.gz │ ├── style.b924d806fdc9.css.gz │ ├── cascading_selects │ │ ├── urls.py.gz │ │ ├── select.py.gz │ │ ├── parent_select.py.gz │ │ ├── urls.cf66c75263f5.py.gz │ │ ├── select.158aa777d411.py.gz │ │ ├── parent_select.663100c7b50f.py.gz │ │ ├── parent_select.ffa4c4dbe794.py.gz │ │ ├── urls.py │ │ └── urls.cf66c75263f5.py │ ├── delete_row.08dbca324200.py.gz │ ├── edit_row.f0b2badf8c40.html.gz │ ├── edit_row.fb217a7059d4.html.gz │ ├── favicon.b4d7bab7c61b.ico.gz │ ├── htmx.min.23806a07aa01.js.gz │ ├── inline_validation │ │ ├── form.py.gz │ │ ├── forms.py.gz │ │ ├── input.py.gz │ │ ├── urls.py.gz │ │ ├── form.17ae9d61f48e.py.gz │ │ ├── urls.1c76c74c8dfb.py.gz │ │ ├── forms.fdf8f5825f8b.py.gz │ │ ├── input.1fc6025d3995.py.gz │ │ ├── urls.py │ │ └── urls.1c76c74c8dfb.py │ ├── spinner.f8d00b0ef459.svg.gz │ ├── delete_row.3d715f1d83c7.html.gz │ ├── delete_row.65b5c6777191.html.gz │ ├── django-htmx.b395a6831ba0.js.gz │ ├── flowbite.min.7c2b54dea4b1.js.gz │ ├── active_search.78bab46ab4f3.html.gz │ ├── active_search.78decbf8ff19.html.gz │ ├── bulk_update.09b471a09100.html.gz │ ├── bulk_update.3010cd02c183.html.gz │ ├── click_to_edit.2527ba5d7858.py.gz │ ├── click_to_edit.38f8beda892c.html.gz │ ├── click_to_edit.6c67df9f7cb4.html.gz │ ├── click_to_edit.8084c1fdc479.html.gz │ ├── click_to_edit.e860a5aa4d24.py.gz │ ├── click_to_load.10c9b98d47d9.html.gz │ ├── click_to_load.5b3914747c41.html.gz │ ├── progress_bar.a39ec01f4c8b.html.gz │ ├── progress_bar.c363aeb6fcab.html.gz │ ├── component_tabs │ │ ├── component_tabs.css.gz │ │ ├── component_tabs.js.gz │ │ ├── component_tabs.py.gz │ │ ├── component_tabs.html.gz │ │ ├── component_tabs.25ef95b81a22.py.gz │ │ ├── component_tabs.4c76e3fe56f0.css.gz │ │ ├── component_tabs.689c07ee933a.js.gz │ │ ├── component_tabs.f3bd68dc790a.js.gz │ │ ├── component_tabs.00b940293d23.html.gz │ │ ├── component_tabs.28d0d597d814.html.gz │ │ ├── component_tabs.py │ │ ├── component_tabs.25ef95b81a22.py │ │ ├── component_tabs.css │ │ └── component_tabs.4c76e3fe56f0.css │ ├── flowbite.min.js.7cc182285771.map.gz │ ├── infinite_scroll.2911a76df6e3.html.gz │ ├── infinite_scroll.557f08f53b4d.html.gz │ ├── cascading_selects.3f302e32ce84.html.gz │ ├── cascading_selects.6609b643d2c7.html.gz │ ├── formal-invitation.adee0d9eebd8.svg.gz │ ├── inline_validation.17ef819302a3.html.gz │ ├── inline_validation.180c06390895.html.gz │ ├── delete_row.html │ ├── edit_row.html │ ├── bulk_update.html │ ├── progress_bar.html │ ├── active_search.html │ ├── click_to_load.html │ ├── delete_row.65b5c6777191.html │ ├── edit_row.f0b2badf8c40.html │ ├── infinite_scroll.html │ ├── bulk_update.3010cd02c183.html │ ├── inline_validation.html │ ├── active_search.78decbf8ff19.html │ ├── click_to_load.5b3914747c41.html │ ├── delete_row.3d715f1d83c7.html │ ├── edit_row.fb217a7059d4.html │ ├── progress_bar.c363aeb6fcab.html │ ├── cascading_selects.html │ ├── click_to_edit.html │ ├── infinite_scroll.557f08f53b4d.html │ ├── active_search.78bab46ab4f3.html │ ├── bulk_update.09b471a09100.html │ ├── click_to_edit.6c67df9f7cb4.html │ ├── click_to_load.10c9b98d47d9.html │ ├── inline_validation.180c06390895.html │ ├── progress_bar.a39ec01f4c8b.html │ ├── cascading_selects.6609b643d2c7.html │ ├── click_to_edit.8084c1fdc479.html │ ├── infinite_scroll.2911a76df6e3.html │ ├── inline_validation.17ef819302a3.html │ ├── cascading_selects.3f302e32ce84.html │ ├── click_to_edit.38f8beda892c.html │ ├── spinner.svg │ ├── spinner.f8d00b0ef459.svg │ ├── formal-invitation.svg │ └── formal-invitation.adee0d9eebd8.svg ├── components │ ├── __init__.py │ ├── edit_row │ │ └── urls.py │ ├── active_search │ │ └── urls.py │ ├── bulk_update │ │ └── urls.py │ ├── inline_validation │ │ └── urls.py │ ├── click_to_load │ │ └── urls.py │ ├── infinite_scroll │ │ └── urls.py │ ├── cascading_selects │ │ └── urls.py │ ├── component_tabs │ │ ├── component_tabs.py │ │ └── component_tabs.css │ └── progress_bar │ │ ├── start.py │ │ └── urls.py ├── static │ └── output │ │ ├── sse.js │ │ ├── favicon.ico │ │ ├── spinner.svg │ │ └── formal-invitation.svg ├── templates │ ├── __init__.py │ ├── delete_row.html │ ├── edit_row.html │ ├── bulk_update.html │ ├── active_search.html │ ├── click_to_load.html │ ├── progress_bar.html │ ├── infinite_scroll.html │ ├── inline_validation.html │ ├── cascading_selects.html │ └── click_to_edit.html └── manage.py ├── .env.example ├── package.json └── pyproject.toml /src/app/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/sse.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/static/output/sse.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/templates/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | DJANGO_SECRET_KEY= 2 | -------------------------------------------------------------------------------- /src/staticfiles/sse.d41d8cd98f00.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/__init__.d41d8cd98f00.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /src/app/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /src/staticfiles/ws.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/ws.js.gz -------------------------------------------------------------------------------- /src/staticfiles/done.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/done.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/favicon.ico -------------------------------------------------------------------------------- /src/staticfiles/prism.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/prism.js.gz -------------------------------------------------------------------------------- /src/staticfiles/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/urls.py.gz -------------------------------------------------------------------------------- /src/static/output/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/static/output/favicon.ico -------------------------------------------------------------------------------- /src/staticfiles/_base.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/_base.html.gz -------------------------------------------------------------------------------- /src/staticfiles/favicon.ico.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/favicon.ico.gz -------------------------------------------------------------------------------- /src/staticfiles/htmx.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/htmx.min.js.gz -------------------------------------------------------------------------------- /src/staticfiles/index.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/index.html.gz -------------------------------------------------------------------------------- /src/staticfiles/preload.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/preload.js.gz -------------------------------------------------------------------------------- /src/staticfiles/prism.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/prism.css.gz -------------------------------------------------------------------------------- /src/staticfiles/spinner.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/spinner.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/style.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/style.css.gz -------------------------------------------------------------------------------- /src/staticfiles/delete_row.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/delete_row.py.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row.html.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/core.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/core.js.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.py.gz -------------------------------------------------------------------------------- /src/staticfiles/delete_row.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/delete_row.html.gz -------------------------------------------------------------------------------- /src/staticfiles/django-htmx.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/django-htmx.js.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/row.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/row.py.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/flowbite.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/flowbite.min.js.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search.html.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/base.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/base.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/rtl.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/rtl.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/LICENSE.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/LICENSE.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/cancel.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/cancel.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/theme.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/theme.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/urlify.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/urlify.js.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load.html.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/table.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/table.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar.html.gz -------------------------------------------------------------------------------- /src/staticfiles/ws.d96b2cd51173.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/ws.d96b2cd51173.js.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/forms.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/forms.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/login.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/login.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/widgets.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/widgets.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/README.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/README.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-no.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-no.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/search.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/search.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/SelectBox.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/SelectBox.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/actions.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/actions.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/calendar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/calendar.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/collapse.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/collapse.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/filters.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/filters.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/inlines.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/inlines.js.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/table.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/table.py.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/tbody.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/tbody.py.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/done.a475d59ea779.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/done.a475d59ea779.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/favicon.b4d7bab7c61b.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/favicon.b4d7bab7c61b.ico -------------------------------------------------------------------------------- /src/staticfiles/flowbite.min.js.map.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/flowbite.min.js.map.gz -------------------------------------------------------------------------------- /src/staticfiles/formal-invitation.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/formal-invitation.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll.html.gz -------------------------------------------------------------------------------- /src/staticfiles/prism.167e3bcdc317.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/prism.167e3bcdc317.js.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/bar.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/bar.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/start.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/start.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/urls.ed747cf49aae.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/urls.ed747cf49aae.py.gz -------------------------------------------------------------------------------- /src/staticfiles/_base.51249b9b3e6d.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/_base.51249b9b3e6d.html.gz -------------------------------------------------------------------------------- /src/staticfiles/_base.9d44d0a966ee.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/_base.9d44d0a966ee.html.gz -------------------------------------------------------------------------------- /src/staticfiles/_base.f222f8408fbe.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/_base.f222f8408fbe.html.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search/input.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/input.py.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search/tbody.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/tbody.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dark_mode.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/dark_mode.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dashboard.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/dashboard.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-yes.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-yes.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/change_form.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/change_form.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/jquery.init.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/jquery.init.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/nav_sidebar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/nav_sidebar.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/prepopulate.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/table.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/table.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/tbody.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/tbody.py.gz -------------------------------------------------------------------------------- /src/staticfiles/index.330ffa9733ef.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/index.330ffa9733ef.html.gz -------------------------------------------------------------------------------- /src/staticfiles/index.3b13d7de4566.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/index.3b13d7de4566.html.gz -------------------------------------------------------------------------------- /src/staticfiles/index.c8db3aff394f.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/index.c8db3aff394f.html.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation.html.gz -------------------------------------------------------------------------------- /src/staticfiles/preload.738a4657614c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/preload.738a4657614c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/prism.1598ec91cbbd.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/prism.1598ec91cbbd.css.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/status.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/status.py.gz -------------------------------------------------------------------------------- /src/staticfiles/style.8907c8ae0e4d.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/style.8907c8ae0e4d.css.gz -------------------------------------------------------------------------------- /src/staticfiles/style.a787112a42a1.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/style.a787112a42a1.css.gz -------------------------------------------------------------------------------- /src/staticfiles/style.b924d806fdc9.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/style.b924d806fdc9.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/autocomplete.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/autocomplete.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/changelists.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/changelists.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/nav_sidebar.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/nav_sidebar.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/responsive.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/responsive.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-addlink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-addlink.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-alert.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-alert.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-clock.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-clock.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-unknown.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-add.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/tooltag-add.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/SelectFilter2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/SelectFilter2.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/autocomplete.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/autocomplete.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/popup_response.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/popup_response.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/delete_row.08dbca324200.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/delete_row.08dbca324200.py.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row.f0b2badf8c40.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row.f0b2badf8c40.html.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row.fb217a7059d4.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row.fb217a7059d4.html.gz -------------------------------------------------------------------------------- /src/staticfiles/favicon.b4d7bab7c61b.ico.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/favicon.b4d7bab7c61b.ico.gz -------------------------------------------------------------------------------- /src/staticfiles/htmx.min.23806a07aa01.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/htmx.min.23806a07aa01.js.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/table.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/table.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/tbody.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/tbody.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/form.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/form.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/forms.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/forms.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/input.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/input.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/urls.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/urls.py.gz -------------------------------------------------------------------------------- /src/staticfiles/spinner.f8d00b0ef459.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/spinner.f8d00b0ef459.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/responsive_rtl.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/responsive_rtl.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/calendar-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/calendar-icons.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-calendar.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-calendar.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-hidelink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-hidelink.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-viewlink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-viewlink.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/inline-delete.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/inline-delete.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/selector-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/selector-icons.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/sorting-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/sorting-icons.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate_init.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/prepopulate_init.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/select.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/select.py.gz -------------------------------------------------------------------------------- /src/staticfiles/delete_row.3d715f1d83c7.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/delete_row.3d715f1d83c7.html.gz -------------------------------------------------------------------------------- /src/staticfiles/delete_row.65b5c6777191.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/delete_row.65b5c6777191.html.gz -------------------------------------------------------------------------------- /src/staticfiles/django-htmx.b395a6831ba0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/django-htmx.b395a6831ba0.js.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/row.101ee2e30322.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/row.101ee2e30322.py.gz -------------------------------------------------------------------------------- /src/staticfiles/flowbite.min.7c2b54dea4b1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/flowbite.min.7c2b54dea4b1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search.78bab46ab4f3.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search.78bab46ab4f3.html.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search.78decbf8ff19.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search.78decbf8ff19.html.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/base.6be58084bde8.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/base.6be58084bde8.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/base.9f65b5cd54b3.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/base.9f65b5cd54b3.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/rtl.aa92d763340b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/rtl.aa92d763340b.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/LICENSE.2c54f4e1ca1c.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/LICENSE.2c54f4e1ca1c.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-changelink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-changelink.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-deletelink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-deletelink.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown-alt.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-unknown-alt.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/cancel.ecc4c5ca7b32.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/cancel.ecc4c5ca7b32.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/core.7e257fdf56dc.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/core.7e257fdf56dc.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/theme.ab270f56bb9c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/theme.ab270f56bb9c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/urlify.ae970a820212.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/urlify.ae970a820212.js.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.09b471a09100.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update.09b471a09100.html.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.3010cd02c183.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update.3010cd02c183.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.2527ba5d7858.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.2527ba5d7858.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.38f8beda892c.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.38f8beda892c.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.6c67df9f7cb4.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.6c67df9f7cb4.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.8084c1fdc479.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.8084c1fdc479.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.e860a5aa4d24.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_edit.e860a5aa4d24.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.10c9b98d47d9.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load.10c9b98d47d9.html.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.5b3914747c41.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load.5b3914747c41.html.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/table.49d751742877.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/table.49d751742877.py.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/table.b2e07e31fe0d.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/table.b2e07e31fe0d.py.gz -------------------------------------------------------------------------------- /src/staticfiles/edit_row/urls.afbd9697c969.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/edit_row/urls.afbd9697c969.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.a39ec01f4c8b.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar.a39ec01f4c8b.html.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.c363aeb6fcab.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar.c363aeb6fcab.html.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/forms.b29a0c8c9155.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/forms.b29a0c8c9155.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/login.586129c60a93.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/login.586129c60a93.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/README.a70711a38d87.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/README.a70711a38d87.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/gis/move_vertex_off.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/gis/move_vertex_off.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/gis/move_vertex_on.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/gis/move_vertex_on.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/search.7cf54ff789c6.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/search.7cf54ff789c6.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-arrowright.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/tooltag-arrowright.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/actions.867b023a736d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/actions.867b023a736d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/calendar.d64496bbf46d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/calendar.d64496bbf46d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/collapse.f84e7410290f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/collapse.f84e7410290f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/filters.0e360b7a9f80.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/filters.0e360b7a9f80.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/inlines.22d4d93c00b4.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/inlines.22d4d93c00b4.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/jquery.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/jquery.js.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/table.19dbdd92634b.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/table.19dbdd92634b.py.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/table.ece66eda3489.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/table.ece66eda3489.py.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/tbody.0b798d7e4a5e.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/tbody.0b798d7e4a5e.py.gz -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/urls.4e760d1714af.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/bulk_update/urls.4e760d1714af.py.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.css.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.js.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.py.gz -------------------------------------------------------------------------------- /src/staticfiles/flowbite.min.js.7cc182285771.map.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/flowbite.min.js.7cc182285771.map.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.2911a76df6e3.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll.2911a76df6e3.html.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.557f08f53b4d.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll.557f08f53b4d.html.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/bar.b8a3e8689aaa.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/bar.b8a3e8689aaa.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/urls.d84e7c811b76.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/urls.d84e7c811b76.py.gz -------------------------------------------------------------------------------- /src/app/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class AppConfig(AppConfig): 5 | default_auto_field = "django.db.models.BigAutoField" 6 | name = "app" 7 | -------------------------------------------------------------------------------- /src/staticfiles/active_search/input.0d7f732a97de.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/input.0d7f732a97de.py.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search/tbody.46fe860010d3.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/tbody.46fe860010d3.py.gz -------------------------------------------------------------------------------- /src/staticfiles/active_search/urls.69d1718169f9.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/active_search/urls.69d1718169f9.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dark_mode.e18e9a052429.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/dark_mode.e18e9a052429.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dashboard.e90f2068217b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/dashboard.e90f2068217b.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/select2.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/select2.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/widgets.8a70ea6d8850.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/widgets.8a70ea6d8850.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-no.439e821418cd.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-no.439e821418cd.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-yes.d2f9f035226a.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-yes.d2f9f035226a.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/SelectBox.7d3ce5a98007.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/SelectBox.7d3ce5a98007.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/admin/DateTimeShortcuts.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/admin/DateTimeShortcuts.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/change_form.9d8ca4f96b75.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/change_form.9d8ca4f96b75.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/jquery.init.b7781a0897fc.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/jquery.init.b7781a0897fc.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/nav_sidebar.3b9190d420b1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/nav_sidebar.3b9190d420b1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate.bd2361dfd64d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/prepopulate.bd2361dfd64d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/LICENSE.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/LICENSE.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/jquery.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/jquery.min.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/LICENSE.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/LICENSE.md.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/af.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/af.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ar.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/az.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/az.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bg.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bg.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bn.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bn.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bs.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ca.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ca.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/cs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/cs.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/da.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/da.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/de.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/de.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/dsb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/dsb.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/el.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/el.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/en.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/en.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/es.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/es.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/et.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/et.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/eu.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/eu.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fa.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fa.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fi.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fr.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/gl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/gl.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/he.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/he.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hi.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hr.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hsb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hsb.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hu.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hu.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hy.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hy.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/id.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/id.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/is.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/is.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/it.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/it.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ja.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ja.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ka.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ka.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/km.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/km.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ko.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ko.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/lt.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/lt.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/lv.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/lv.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/mk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/mk.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ms.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ms.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/nb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/nb.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ne.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ne.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/nl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/nl.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pl.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ps.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ps.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pt.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pt.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ro.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ro.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ru.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ru.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sk.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sl.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sq.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sq.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sr.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sv.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sv.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/th.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/th.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/tk.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/tr.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/uk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/uk.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/vi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/vi.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/LICENSE.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/LICENSE.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/xregexp.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/xregexp.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.3f302e32ce84.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects.3f302e32ce84.html.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.6609b643d2c7.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects.6609b643d2c7.html.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/parent_select.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/parent_select.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/table.0b1bb8bf7c91.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/table.0b1bb8bf7c91.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/table.7b9417c3d2ed.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/table.7b9417c3d2ed.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/tbody.b43c2a210a14.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/tbody.b43c2a210a14.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/tbody.e59bf7e3e1be.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/tbody.e59bf7e3e1be.py.gz -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/urls.b6ab5fb54fd4.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/click_to_load/urls.b6ab5fb54fd4.py.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.html.gz -------------------------------------------------------------------------------- /src/staticfiles/formal-invitation.adee0d9eebd8.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/formal-invitation.adee0d9eebd8.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/urls.2119b85fae27.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/urls.2119b85fae27.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.17ef819302a3.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation.17ef819302a3.html.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.180c06390895.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation.180c06390895.html.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/start.a6c80516bd2f.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/start.a6c80516bd2f.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/status.11892046b39b.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/status.11892046b39b.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/status.6f3dc147a08a.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/status.6f3dc147a08a.py.gz -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/status.8ddef869643a.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/progress_bar/status.8ddef869643a.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/changelists.47cb433b29d4.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/changelists.47cb433b29d4.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/nav_sidebar.dd925738f4cc.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/nav_sidebar.dd925738f4cc.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/responsive.eafb93ff084c.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/responsive.eafb93ff084c.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-alert.034cc7d8a67f.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-alert.034cc7d8a67f.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-clock.e1d4dfac3f2b.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-clock.e1d4dfac3f2b.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-add.e59d620a9742.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/tooltag-add.e59d620a9742.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/SelectFilter2.b8cf7343ff9e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/SelectFilter2.b8cf7343ff9e.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/admin/RelatedObjectLookups.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/admin/RelatedObjectLookups.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/autocomplete.01591ab27be7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/autocomplete.01591ab27be7.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pt-BR.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pt-BR.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/xregexp.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/xregexp.min.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/urls.cf66c75263f5.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/urls.cf66c75263f5.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/table.624e6ab16a01.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/table.624e6ab16a01.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/table.c757f118a80a.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/table.c757f118a80a.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/tbody.02a65ee11b28.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/tbody.02a65ee11b28.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/tbody.889ea8380c38.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/tbody.889ea8380c38.py.gz -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/tbody.bbb8483b7598.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/infinite_scroll/tbody.bbb8483b7598.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/form.17ae9d61f48e.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/form.17ae9d61f48e.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/urls.1c76c74c8dfb.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/urls.1c76c74c8dfb.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/autocomplete.4a81fc4242d0.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/autocomplete.4a81fc4242d0.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/responsive_rtl.7d1130848605.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/responsive_rtl.7d1130848605.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/select2.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/select2.min.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/calendar-icons.39b290681a8b.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/calendar-icons.39b290681a8b.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-addlink.d519b3bab011.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-addlink.d519b3bab011.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-calendar.ac7aea671bea.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-calendar.ac7aea671bea.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-hidelink.8d245a995e18.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-hidelink.8d245a995e18.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown.a18cb4398978.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-unknown.a18cb4398978.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/inline-delete.fec1b761f254.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/inline-delete.fec1b761f254.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/selector-icons.b4555096cea2.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/selector-icons.b4555096cea2.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/sorting-icons.3a097b59f104.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/sorting-icons.3a097b59f104.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/popup_response.c6cc78ea5551.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/popup_response.c6cc78ea5551.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate_init.6cac7f3105b8.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/prepopulate_init.6cac7f3105b8.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/select2.full.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/select2.full.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/select.158aa777d411.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/select.158aa777d411.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/forms.fdf8f5825f8b.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/forms.fdf8f5825f8b.py.gz -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/input.1fc6025d3995.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/inline_validation/input.1fc6025d3995.py.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.md.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-changelink.18d2fd706348.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-changelink.18d2fd706348.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/select2.full.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/select2.full.min.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/gis/move_vertex_off.7a23bf31ef8a.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/gis/move_vertex_off.7a23bf31ef8a.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/gis/move_vertex_on.0047eba25b67.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/gis/move_vertex_on.0047eba25b67.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/jquery.12e87d2f3a4c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/jquery.12e87d2f3a4c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.25ef95b81a22.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.25ef95b81a22.py.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.4c76e3fe56f0.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.4c76e3fe56f0.css.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.689c07ee933a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.689c07ee933a.js.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.f3bd68dc790a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.f3bd68dc790a.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/admin/DateTimeShortcuts.9f6e209cebca.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/admin/DateTimeShortcuts.9f6e209cebca.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/LICENSE.de877aa6d744.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/LICENSE.de877aa6d744.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/LICENSE.f94142512c91.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/LICENSE.f94142512c91.md.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/af.4f6fcd73488c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/af.4f6fcd73488c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ar.65aa8e36bf5d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ar.65aa8e36bf5d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/az.270c257daf81.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/az.270c257daf81.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bg.39b8be30d4f0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bg.39b8be30d4f0.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bn.6d42b4dd5665.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bn.6d42b4dd5665.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/bs.91624382358e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/bs.91624382358e.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ca.a166b745933a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ca.a166b745933a.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/cs.4f43e8e7d33a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/cs.4f43e8e7d33a.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/da.766346afe4dd.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/da.766346afe4dd.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/de.8a1c222b0204.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/de.8a1c222b0204.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/dsb.56372c92d2f1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/dsb.56372c92d2f1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/el.27097f071856.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/el.27097f071856.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/en.cf932ba09a98.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/en.cf932ba09a98.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/es.66dbc2652fb1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/es.66dbc2652fb1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/et.2b96fd98289d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/et.2b96fd98289d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/eu.adfe5c97b72c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/eu.adfe5c97b72c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fa.3b5bd1961cfd.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fa.3b5bd1961cfd.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fi.614ec42aa9ba.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fi.614ec42aa9ba.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/fr.05e0542fcfe6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/fr.05e0542fcfe6.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/gl.d99b1fedaa86.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/gl.d99b1fedaa86.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/he.e420ff6cd3ed.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/he.e420ff6cd3ed.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hi.70640d41628f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hi.70640d41628f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hr.a2b092cc1147.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hr.a2b092cc1147.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hsb.fa3b55265efe.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hsb.fa3b55265efe.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hu.6ec6039cb8a3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hu.6ec6039cb8a3.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/hy.c7babaeef5a6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/hy.c7babaeef5a6.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/id.04debded514d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/id.04debded514d.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/is.3ddd9a6a97e9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/is.3ddd9a6a97e9.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/it.be4fe8d365b5.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/it.be4fe8d365b5.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ja.170ae885d74f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ja.170ae885d74f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ka.2083264a54f0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ka.2083264a54f0.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/km.c23089cb06ca.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/km.c23089cb06ca.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ko.e7be6c20e673.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ko.e7be6c20e673.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/lt.23c7ce903300.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/lt.23c7ce903300.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/lv.08e62128eac1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/lv.08e62128eac1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/mk.dabbb9087130.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/mk.dabbb9087130.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ms.4ba82c9a51ce.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ms.4ba82c9a51ce.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/nb.da2fce143f27.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/nb.da2fce143f27.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ne.3d79fd3f08db.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ne.3d79fd3f08db.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/nl.997868a37ed8.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/nl.997868a37ed8.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pl.6031b4f16452.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pl.6031b4f16452.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ps.38dfa47af9e0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ps.38dfa47af9e0.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pt.33b4a3b44d43.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pt.33b4a3b44d43.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ro.f75cb460ec3b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ro.f75cb460ec3b.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ru.934aa95f5b5f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/ru.934aa95f5b5f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sk.33d02cef8d11.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sk.33d02cef8d11.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sl.131a78bc0752.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sl.131a78bc0752.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sq.5636b60d29c9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sq.5636b60d29c9.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sr.5ed85a48f483.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sr.5ed85a48f483.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sv.7a9c2f71e777.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sv.7a9c2f71e777.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/th.f38c20b0221b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/th.f38c20b0221b.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tk.7c572a68c78f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/tk.7c572a68c78f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tr.b5a0643d1545.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/tr.b5a0643d1545.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/uk.8cede7f4803c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/uk.8cede7f4803c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/vi.097a5b75b3e1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/vi.097a5b75b3e1.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/LICENSE.b6fd2ceea8d3.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/LICENSE.b6fd2ceea8d3.txt.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/xregexp.a7e08b0ce686.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/xregexp.a7e08b0ce686.js.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/parent_select.663100c7b50f.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/parent_select.663100c7b50f.py.gz -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/parent_select.ffa4c4dbe794.py.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/cascading_selects/parent_select.ffa4c4dbe794.py.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.00b940293d23.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.00b940293d23.html.gz -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.28d0d597d814.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/component_tabs/component_tabs.28d0d597d814.html.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/select2.a2194c262648.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/select2.a2194c262648.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/admin/RelatedObjectLookups.ef211845e458.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/admin/RelatedObjectLookups.ef211845e458.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/jquery/jquery.min.2c872dbe60f4.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/jquery/jquery.min.2c872dbe60f4.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/pt-BR.e1b294433e7f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/pt-BR.e1b294433e7f.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/xregexp/xregexp.min.f1ae4617847c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/xregexp/xregexp.min.f1ae4617847c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/select2.min.9f54e6414f87.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/select2.min.9f54e6414f87.css.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.f254bb8c4c7c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.f254bb8c4c7c.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/select2.full.c2afdeda3058.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/select2.full.c2afdeda3058.js.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.f94142512c91.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.f94142512c91.md.gz -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/select2.full.min.fcd7500d8e13.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iwanalabs/django-htmx-components/HEAD/src/staticfiles/admin/js/vendor/select2/select2.full.min.fcd7500d8e13.js.gz -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "devDependencies": { 3 | "@tailwindcss/typography": "^0.5.10", 4 | "flowbite-typography": "^1.0.3", 5 | "tailwindcss": "^3.4.1" 6 | }, 7 | "dependencies": { 8 | "flowbite": "^2.2.1" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/components/edit_row/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.edit_row.row import RowEditRowComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contact/", 8 | RowEditRowComponent.as_view(), 9 | name="row_edit_row", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/edit_row/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.edit_row.row import RowEditRowComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contact/", 8 | RowEditRowComponent.as_view(), 9 | name="row_edit_row", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/edit_row/urls.afbd9697c969.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.edit_row.row import RowEditRowComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contact/", 8 | RowEditRowComponent.as_view(), 9 | name="row_edit_row", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/active_search/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.active_search.tbody import TBodyActiveSearchComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "search/", 8 | TBodyActiveSearchComponent.as_view(), 9 | name="tbody_active_search", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/active_search/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.active_search.tbody import TBodyActiveSearchComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "search/", 8 | TBodyActiveSearchComponent.as_view(), 9 | name="tbody_active_search", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/bulk_update/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.bulk_update.tbody import TBodyBulkUpdateComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyBulkUpdateComponent.as_view(), 9 | name="contacts_bulk_update", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/inline_validation/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.inline_validation.form import FormInlineValidationComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "", 8 | FormInlineValidationComponent.as_view(), 9 | name="form_inline_validation", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.bulk_update.tbody import TBodyBulkUpdateComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyBulkUpdateComponent.as_view(), 9 | name="contacts_bulk_update", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/click_to_load/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.click_to_load.tbody import TBodyClickToLoadComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyClickToLoadComponent.as_view(), 9 | name="tbody_click_to_load", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/active_search/urls.69d1718169f9.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.active_search.tbody import TBodyActiveSearchComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "search/", 8 | TBodyActiveSearchComponent.as_view(), 9 | name="tbody_active_search", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-arrowright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.click_to_load.tbody import TBodyClickToLoadComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyClickToLoadComponent.as_view(), 9 | name="tbody_click_to_load", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.inline_validation.form import FormInlineValidationComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "", 8 | FormInlineValidationComponent.as_view(), 9 | name="form_inline_validation", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/infinite_scroll/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.infinite_scroll.tbody import TBodyInfiniteScrollComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyInfiniteScrollComponent.as_view(), 9 | name="tbody_infinite_scroll", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/bulk_update/urls.4e760d1714af.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.bulk_update.tbody import TBodyBulkUpdateComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyBulkUpdateComponent.as_view(), 9 | name="contacts_bulk_update", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_load/urls.b6ab5fb54fd4.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.click_to_load.tbody import TBodyClickToLoadComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyClickToLoadComponent.as_view(), 9 | name="tbody_click_to_load", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.infinite_scroll.tbody import TBodyInfiniteScrollComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyInfiniteScrollComponent.as_view(), 9 | name="tbody_infinite_scroll", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/staticfiles/inline_validation/urls.1c76c74c8dfb.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.inline_validation.form import FormInlineValidationComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "", 8 | FormInlineValidationComponent.as_view(), 9 | name="form_inline_validation", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/components/cascading_selects/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.cascading_selects.select import SelectCascadingSelectsComponent 4 | 5 | 6 | urlpatterns = [ 7 | path( 8 | "models/", 9 | SelectCascadingSelectsComponent.as_view(), 10 | name="select_cascading_selects", 11 | ), 12 | ] 13 | -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.cascading_selects.select import SelectCascadingSelectsComponent 4 | 5 | 6 | urlpatterns = [ 7 | path( 8 | "models/", 9 | SelectCascadingSelectsComponent.as_view(), 10 | name="select_cascading_selects", 11 | ), 12 | ] 13 | -------------------------------------------------------------------------------- /src/staticfiles/delete_row.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "delete_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/delete_row.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "delete_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/edit_row.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_edit_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/edit_row.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_edit_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll/urls.2119b85fae27.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.infinite_scroll.tbody import TBodyInfiniteScrollComponent 4 | 5 | urlpatterns = [ 6 | path( 7 | "contacts/", 8 | TBodyInfiniteScrollComponent.as_view(), 9 | name="tbody_infinite_scroll", 10 | ), 11 | ] 12 | -------------------------------------------------------------------------------- /src/templates/bulk_update.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_bulk_update" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_bulk_update" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects/urls.cf66c75263f5.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.cascading_selects.select import SelectCascadingSelectsComponent 4 | 5 | 6 | urlpatterns = [ 7 | path( 8 | "models/", 9 | SelectCascadingSelectsComponent.as_view(), 10 | name="select_cascading_selects", 11 | ), 12 | ] 13 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "start_progress_bar" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/active_search.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "input_active_search" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/click_to_load.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_click_to_load" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/progress_bar.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "start_progress_bar" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/app/management/commands/clear_cache.py: -------------------------------------------------------------------------------- 1 | from django.core.cache import cache 2 | from django.core.management.base import BaseCommand 3 | 4 | 5 | class Command(BaseCommand): 6 | help = "Clear the cache" 7 | 8 | def handle(self, *args, **kwargs): 9 | cache.clear() 10 | self.stdout.write(self.style.SUCCESS("Cache has been cleared!")) 11 | -------------------------------------------------------------------------------- /src/staticfiles/active_search.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "input_active_search" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_click_to_load" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/delete_row.65b5c6777191.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "delete_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/edit_row.f0b2badf8c40.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_edit_row" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_infinite_scroll" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/infinite_scroll.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_infinite_scroll" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/README.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (http://fontawesome.io/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - https://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.3010cd02c183.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_bulk_update" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "form_inline_validation" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/inline_validation.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "form_inline_validation" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/active_search.78decbf8ff19.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "input_active_search" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-addlink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.5b3914747c41.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_click_to_load" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/delete_row.3d715f1d83c7.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "delete_row" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/edit_row.fb217a7059d4.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_edit_row" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.c363aeb6fcab.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "start_progress_bar" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/cascading_selects.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "parent_select_cascading_selects" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/templates/click_to_edit.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "click_to_edit" id=first_available_id %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "parent_select_cascading_selects" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "click_to_edit" id=first_available_id %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.557f08f53b4d.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_infinite_scroll" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/active_search.78bab46ab4f3.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "input_active_search" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/README.a70711a38d87.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (http://fontawesome.io/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - https://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-addlink.d519b3bab011.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/tooltag-add.e59d620a9742.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/bulk_update.09b471a09100.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_bulk_update" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.6c67df9f7cb4.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "click_to_edit" id=1 %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_load.10c9b98d47d9.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_click_to_load" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.180c06390895.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "form_inline_validation" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar.a39ec01f4c8b.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "start_progress_bar" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/components/component_tabs/component_tabs.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("component_tabs") 5 | class ComponentTabsComponent(component.Component): 6 | template_name = "component_tabs/component_tabs.html" 7 | 8 | class Media: 9 | js = "component_tabs/component_tabs.js" 10 | css = "component_tabs/component_tabs.css" 11 | -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.6609b643d2c7.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "parent_select_cascading_selects" %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.8084c1fdc479.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "click_to_edit" id=first_available_id %}{% endcomponent %} 7 | {% endfill %} 8 | {% endcomponent %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("component_tabs") 5 | class ComponentTabsComponent(component.Component): 6 | template_name = "component_tabs/component_tabs.html" 7 | 8 | class Media: 9 | js = "component_tabs/component_tabs.js" 10 | css = "component_tabs/component_tabs.css" 11 | -------------------------------------------------------------------------------- /src/staticfiles/infinite_scroll.2911a76df6e3.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "table_infinite_scroll" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/inline_validation.17ef819302a3.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "form_inline_validation" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/jquery.init.js: -------------------------------------------------------------------------------- 1 | /*global jQuery:false*/ 2 | 'use strict'; 3 | /* Puts the included jQuery into our own namespace using noConflict and passing 4 | * it 'true'. This ensures that the included jQuery doesn't pollute the global 5 | * namespace (i.e. this preserves pre-existing values for both window.$ and 6 | * window.jQuery). 7 | */ 8 | window.django = {jQuery: jQuery.noConflict(true)}; 9 | -------------------------------------------------------------------------------- /src/staticfiles/cascading_selects.3f302e32ce84.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "parent_select_cascading_selects" %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/click_to_edit.38f8beda892c.html: -------------------------------------------------------------------------------- 1 | {# djlint:off #} 2 | {% include "_base.html" %} 3 | {% block content %} 4 | {% component_block "component_tabs" %} 5 | {% fill "component_code" %} 6 | {% component "click_to_edit" id=first_available_id %} 7 | {% endfill %} 8 | {% endcomponent_block "component_tabs" %} 9 | {% endblock content %} 10 | {# djlint:on #} 11 | -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.25ef95b81a22.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("component_tabs") 5 | class ComponentTabsComponent(component.Component): 6 | template_name = "component_tabs/component_tabs.html" 7 | 8 | class Media: 9 | js = "component_tabs/component_tabs.js" 10 | css = "component_tabs/component_tabs.css" 11 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/jquery.init.b7781a0897fc.js: -------------------------------------------------------------------------------- 1 | /*global jQuery:false*/ 2 | 'use strict'; 3 | /* Puts the included jQuery into our own namespace using noConflict and passing 4 | * it 'true'. This ensures that the included jQuery doesn't pollute the global 5 | * namespace (i.e. this preserves pre-existing values for both window.$ and 6 | * window.jQuery). 7 | */ 8 | window.django = {jQuery: jQuery.noConflict(true)}; 9 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-changelink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-changelink.18d2fd706348.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-deletelink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/components/component_tabs/component_tabs.css: -------------------------------------------------------------------------------- 1 | pre { 2 | font-size: 14px !important; 3 | max-height: 100vh; 4 | overflow: scroll; 5 | } 6 | 7 | div.code-toolbar > .toolbar { 8 | top: 0.8em; 9 | right: 0.5em; 10 | } 11 | 12 | div.code-toolbar > .toolbar > .toolbar-item > a, 13 | div.code-toolbar > .toolbar > .toolbar-item > button, 14 | div.code-toolbar > .toolbar > .toolbar-item > span { 15 | padding: 0.2em 0.5em; 16 | border-radius: 0.3rem; 17 | } 18 | -------------------------------------------------------------------------------- /src/config/asgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | ASGI config for config project. 3 | 4 | It exposes the ASGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/ 8 | """ 9 | 10 | import os 11 | 12 | from django.core.asgi import get_asgi_application 13 | 14 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings") 15 | 16 | application = get_asgi_application() 17 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-yes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.css: -------------------------------------------------------------------------------- 1 | pre { 2 | font-size: 14px !important; 3 | max-height: 100vh; 4 | overflow: scroll; 5 | } 6 | 7 | div.code-toolbar > .toolbar { 8 | top: 0.8em; 9 | right: 0.5em; 10 | } 11 | 12 | div.code-toolbar > .toolbar > .toolbar-item > a, 13 | div.code-toolbar > .toolbar > .toolbar-item > button, 14 | div.code-toolbar > .toolbar > .toolbar-item > span { 15 | padding: 0.2em 0.5em; 16 | border-radius: 0.3rem; 17 | } 18 | -------------------------------------------------------------------------------- /src/staticfiles/component_tabs/component_tabs.4c76e3fe56f0.css: -------------------------------------------------------------------------------- 1 | pre { 2 | font-size: 14px !important; 3 | max-height: 100vh; 4 | overflow: scroll; 5 | } 6 | 7 | div.code-toolbar > .toolbar { 8 | top: 0.8em; 9 | right: 0.5em; 10 | } 11 | 12 | div.code-toolbar > .toolbar > .toolbar-item > a, 13 | div.code-toolbar > .toolbar > .toolbar-item > button, 14 | div.code-toolbar > .toolbar > .toolbar-item > span { 15 | padding: 0.2em 0.5em; 16 | border-radius: 0.3rem; 17 | } 18 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-yes.d2f9f035226a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/spinner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/static/output/spinner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/search.7cf54ff789c6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/spinner.f8d00b0ef459.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/components/progress_bar/start.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("start_progress_bar") 5 | class StartProgressBar(component.Component): 6 | template = """ 7 |
8 |

Start background task

9 | 12 |
13 | """ 14 | -------------------------------------------------------------------------------- /src/app/management/commands/regenerate_data.py: -------------------------------------------------------------------------------- 1 | from django.core.management.base import BaseCommand 2 | from app.utils import create_contacts, create_brands_and_cars, delete_contacts 3 | 4 | 5 | class Command(BaseCommand): 6 | help = "Deletes old data and regenerates new data" 7 | 8 | def handle(self, *args, **kwargs): 9 | delete_contacts() 10 | 11 | create_contacts(count=100) 12 | create_brands_and_cars() 13 | 14 | self.stdout.write(self.style.SUCCESS("Successfully regenerated data")) 15 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/start.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("start_progress_bar") 5 | class StartProgressBar(component.Component): 6 | template = """ 7 |
8 |

Start background task

9 | 12 |
13 | """ 14 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/start.a6c80516bd2f.py: -------------------------------------------------------------------------------- 1 | from django_components import component 2 | 3 | 4 | @component.register("start_progress_bar") 5 | class StartProgressBar(component.Component): 6 | template = """ 7 |
8 |

Start background task

9 | 12 |
13 | """ 14 | -------------------------------------------------------------------------------- /src/app/migrations/0003_sitemap.py: -------------------------------------------------------------------------------- 1 | from django.db import migrations 2 | from django.contrib.sites.models import Site 3 | 4 | 5 | def create_site(apps, schema_editor): 6 | Site.objects.all().delete() 7 | Site.objects.create(domain="dhc.iwanalabs.com", name="Iwana Labs") 8 | 9 | 10 | class Migration(migrations.Migration): 11 | dependencies = [ 12 | ("app", "0002_init_data"), 13 | ("sites", "0002_alter_domain_unique"), 14 | ] 15 | 16 | operations = [ 17 | migrations.RunPython(create_site), 18 | ] 19 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-alert.034cc7d8a67f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/inline-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-no.439e821418cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dashboard.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | .dashboard td, .dashboard th { 3 | word-break: break-word; 4 | } 5 | 6 | .dashboard .module table th { 7 | width: 100%; 8 | } 9 | 10 | .dashboard .module table td { 11 | white-space: nowrap; 12 | } 13 | 14 | .dashboard .module table td a { 15 | display: block; 16 | padding-right: .6em; 17 | } 18 | 19 | /* RECENT ACTIONS MODULE */ 20 | 21 | .module ul.actionlist { 22 | margin-left: 0; 23 | } 24 | 25 | ul.actionlist li { 26 | list-style-type: none; 27 | overflow: hidden; 28 | text-overflow: ellipsis; 29 | } 30 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/inline-delete.fec1b761f254.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-viewlink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/css/dashboard.e90f2068217b.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | .dashboard td, .dashboard th { 3 | word-break: break-word; 4 | } 5 | 6 | .dashboard .module table th { 7 | width: 100%; 8 | } 9 | 10 | .dashboard .module table td { 11 | white-space: nowrap; 12 | } 13 | 14 | .dashboard .module table td a { 15 | display: block; 16 | padding-right: .6em; 17 | } 18 | 19 | /* RECENT ACTIONS MODULE */ 20 | 21 | .module ul.actionlist { 22 | margin-left: 0; 23 | } 24 | 25 | ul.actionlist li { 26 | list-style-type: none; 27 | overflow: hidden; 28 | text-overflow: ellipsis; 29 | } 30 | -------------------------------------------------------------------------------- /src/static/output/formal-invitation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/formal-invitation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/formal-invitation.adee0d9eebd8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/popup_response.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | 'use strict'; 3 | { 4 | const initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(n){return"請刪掉"+(n.input.length-n.maximum)+"個字元"},inputTooShort:function(n){return"請再輸入"+(n.minimum-n.input.length)+"個字元"},loadingMore:function(){return"載入中…"},maximumSelected:function(n){return"你只能選擇最多"+n.maximum+"項"},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/popup_response.c6cc78ea5551.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | 'use strict'; 3 | { 4 | const initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(n){return"請刪掉"+(n.input.length-n.maximum)+"個字元"},inputTooShort:function(n){return"請再輸入"+(n.minimum-n.input.length)+"個字元"},loadingMore:function(){return"載入中…"},maximumSelected:function(n){return"你只能選擇最多"+n.maximum+"項"},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/app/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | 3 | # Create your models here. 4 | 5 | 6 | class Contact(models.Model): 7 | first_name = models.CharField(max_length=100) 8 | last_name = models.CharField(max_length=100) 9 | email = models.EmailField() 10 | status = models.CharField(max_length=100, default="Inactive") 11 | 12 | 13 | class Job(models.Model): 14 | progress = models.IntegerField(default=0) 15 | 16 | 17 | class Brand(models.Model): 18 | name = models.CharField(max_length=100) 19 | 20 | 21 | class CarModel(models.Model): 22 | name = models.CharField(max_length=100) 23 | brand = models.ForeignKey(Brand, on_delete=models.CASCADE) 24 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate_init.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | { 3 | const $ = django.jQuery; 4 | const fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 5 | $.each(fields, function(index, field) { 6 | $( 7 | '.empty-form .form-row .field-' + field.name + 8 | ', .empty-form.form-row .field-' + field.name + 9 | ', .empty-form .form-row.field-' + field.name 10 | ).addClass('prepopulated_field'); 11 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 12 | field.dependency_ids, field.maxLength, field.allowUnicode 13 | ); 14 | }); 15 | } 16 | -------------------------------------------------------------------------------- /src/components/progress_bar/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.progress_bar.bar import BarProgressBarComponent 4 | from components.progress_bar.status import StatusProgressBarComponent 5 | 6 | 7 | urlpatterns = [ 8 | path( 9 | "start/", 10 | StatusProgressBarComponent.as_view(), 11 | name="start_progress_bar", 12 | ), 13 | path( 14 | "job//completed", 15 | StatusProgressBarComponent.as_view(), 16 | name="completed_progress_bar", 17 | ), 18 | path( 19 | "job//progress", 20 | BarProgressBarComponent.as_view(), 21 | name="bar_progress_bar", 22 | ), 23 | ] 24 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/urls.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.progress_bar.bar import BarProgressBarComponent 4 | from components.progress_bar.status import StatusProgressBarComponent 5 | 6 | 7 | urlpatterns = [ 8 | path( 9 | "start/", 10 | StatusProgressBarComponent.as_view(), 11 | name="start_progress_bar", 12 | ), 13 | path( 14 | "job//completed", 15 | StatusProgressBarComponent.as_view(), 16 | name="completed_progress_bar", 17 | ), 18 | path( 19 | "job//progress", 20 | BarProgressBarComponent.as_view(), 21 | name="bar_progress_bar", 22 | ), 23 | ] 24 | -------------------------------------------------------------------------------- /src/app/sitemap.py: -------------------------------------------------------------------------------- 1 | from django.contrib.sitemaps import Sitemap 2 | from django.urls import reverse 3 | 4 | 5 | class StaticViewSitemap(Sitemap): 6 | priority = 0.5 7 | changefreq = "daily" 8 | 9 | def items(self): 10 | return [ 11 | # "index", 12 | "active_search", 13 | "bulk_update", 14 | "cascading_selects", 15 | "click_to_edit", 16 | "click_to_load", 17 | "delete_row", 18 | "edit_row", 19 | "infinite_scroll", 20 | "inline_validation", 21 | "progress_bar", 22 | ] 23 | 24 | def location(self, item): 25 | return reverse(item) 26 | -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown.a18cb4398978.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/prepopulate_init.6cac7f3105b8.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | { 3 | const $ = django.jQuery; 4 | const fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 5 | $.each(fields, function(index, field) { 6 | $( 7 | '.empty-form .form-row .field-' + field.name + 8 | ', .empty-form.form-row .field-' + field.name + 9 | ', .empty-form .form-row.field-' + field.name 10 | ).addClass('prepopulated_field'); 11 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 12 | field.dependency_ids, field.maxLength, field.allowUnicode 13 | ); 14 | }); 15 | } 16 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/change_form.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | { 3 | const inputTags = ['BUTTON', 'INPUT', 'SELECT', 'TEXTAREA']; 4 | const modelName = document.getElementById('django-admin-form-add-constants').dataset.modelName; 5 | if (modelName) { 6 | const form = document.getElementById(modelName + '_form'); 7 | for (const element of form.elements) { 8 | // HTMLElement.offsetParent returns null when the element is not 9 | // rendered. 10 | if (inputTags.includes(element.tagName) && !element.disabled && element.offsetParent) { 11 | element.focus(); 12 | break; 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/staticfiles/progress_bar/urls.d84e7c811b76.py: -------------------------------------------------------------------------------- 1 | from django.urls import path 2 | 3 | from components.progress_bar.bar import BarProgressBarComponent 4 | from components.progress_bar.status import StatusProgressBarComponent 5 | 6 | 7 | urlpatterns = [ 8 | path( 9 | "start/", 10 | StatusProgressBarComponent.as_view(), 11 | name="start_progress_bar", 12 | ), 13 | path( 14 | "job//completed", 15 | StatusProgressBarComponent.as_view(), 16 | name="completed_progress_bar", 17 | ), 18 | path( 19 | "job//progress", 20 | BarProgressBarComponent.as_view(), 21 | name="bar_progress_bar", 22 | ), 23 | ] 24 | -------------------------------------------------------------------------------- /src/app/migrations/0002_init_data.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 5.0.1 on 2024-01-31 21:10 2 | 3 | from django.db import migrations 4 | 5 | 6 | def create_initial_data(apps, schema_editor): 7 | from app.utils import create_contacts, create_brands_and_cars 8 | 9 | Contact = apps.get_model("app", "Contact") 10 | Brand = apps.get_model("app", "Brand") 11 | CarModel = apps.get_model("app", "CarModel") 12 | 13 | create_contacts(count=100) 14 | create_brands_and_cars() 15 | 16 | 17 | class Migration(migrations.Migration): 18 | dependencies = [ 19 | ("app", "0001_initial"), 20 | ] 21 | 22 | operations = [ 23 | migrations.RunPython(create_initial_data), 24 | ] 25 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/change_form.9d8ca4f96b75.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | { 3 | const inputTags = ['BUTTON', 'INPUT', 'SELECT', 'TEXTAREA']; 4 | const modelName = document.getElementById('django-admin-form-add-constants').dataset.modelName; 5 | if (modelName) { 6 | const form = document.getElementById(modelName + '_form'); 7 | for (const element of form.elements) { 8 | // HTMLElement.offsetParent returns null when the element is not 9 | // rendered. 10 | if (inputTags.includes(element.tagName) && !element.disabled && element.offsetParent) { 11 | element.focus(); 12 | break; 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ja.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(n){return n.input.length-n.maximum+" 文字を削除してください"},inputTooShort:function(n){return"少なくとも "+(n.minimum-n.input.length)+" 文字を入力してください"},loadingMore:function(){return"読み込み中…"},maximumSelected:function(n){return n.maximum+" 件しか選択できません"},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"},removeAllItems:function(){return"すべてのアイテムを削除"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/az.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/az",[],function(){return{inputTooLong:function(n){return n.input.length-n.maximum+" simvol silin"},inputTooShort:function(n){return n.minimum-n.input.length+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(n){return"Sadəcə "+n.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"},removeAllItems:function(){return"Bütün elementləri sil"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ja.170ae885d74f.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(n){return n.input.length-n.maximum+" 文字を削除してください"},inputTooShort:function(n){return"少なくとも "+(n.minimum-n.input.length)+" 文字を入力してください"},loadingMore:function(){return"読み込み中…"},maximumSelected:function(n){return n.maximum+" 件しか選択できません"},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"},removeAllItems:function(){return"すべてのアイテムを削除"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ko.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧습니다. "+(n.minimum-n.input.length)+" 글자 더 입력해주세요."},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(n){return"최대 "+n.maximum+"개까지만 선택 가능합니다."},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"},removeAllItems:function(){return"모든 항목 삭제"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/az.270c257daf81.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/az",[],function(){return{inputTooLong:function(n){return n.input.length-n.maximum+" simvol silin"},inputTooShort:function(n){return n.minimum-n.input.length+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(n){return"Sadəcə "+n.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"},removeAllItems:function(){return"Bütün elementləri sil"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/img/icon-clock.e1d4dfac3f2b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ko.e7be6c20e673.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧습니다. "+(n.minimum-n.input.length)+" 글자 더 입력해주세요."},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(n){return"최대 "+n.maximum+"개까지만 선택 가능합니다."},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"},removeAllItems:function(){return"모든 항목 삭제"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/manage.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | """Django's command-line utility for administrative tasks.""" 3 | import os 4 | import sys 5 | 6 | 7 | def main(): 8 | """Run administrative tasks.""" 9 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings") 10 | try: 11 | from django.core.management import execute_from_command_line 12 | except ImportError as exc: 13 | raise ImportError( 14 | "Couldn't import Django. Are you sure it's installed and " 15 | "available on your PYTHONPATH environment variable? Did you " 16 | "forget to activate a virtual environment?" 17 | ) from exc 18 | execute_from_command_line(sys.argv) 19 | 20 | 21 | if __name__ == "__main__": 22 | main() 23 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/vi.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/vi",[],function(){return{inputTooLong:function(n){return"Vui lòng xóa bớt "+(n.input.length-n.maximum)+" ký tự"},inputTooShort:function(n){return"Vui lòng nhập thêm từ "+(n.minimum-n.input.length)+" ký tự trở lên"},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(n){return"Chỉ có thể chọn được "+n.maximum+" lựa chọn"},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"},removeAllItems:function(){return"Xóa tất cả các mục"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/vi.097a5b75b3e1.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/vi",[],function(){return{inputTooLong:function(n){return"Vui lòng xóa bớt "+(n.input.length-n.maximum)+" ký tự"},inputTooShort:function(n){return"Vui lòng nhập thêm từ "+(n.minimum-n.input.length)+" ký tự trở lên"},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(n){return"Chỉ có thể chọn được "+n.maximum+" lựa chọn"},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"},removeAllItems:function(){return"Xóa tất cả các mục"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tk.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/tk",[],function(){return{errorLoading:function(){return"Netije ýüklenmedi."},inputTooLong:function(e){return e.input.length-e.maximum+" harp bozuň."},inputTooShort:function(e){return"Ýene-de iň az "+(e.minimum-e.input.length)+" harp ýazyň."},loadingMore:function(){return"Köpräk netije görkezilýär…"},maximumSelected:function(e){return"Diňe "+e.maximum+" sanysyny saýlaň."},noResults:function(){return"Netije tapylmady."},searching:function(){return"Gözlenýär…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/id.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(n){return"Hapuskan "+(n.input.length-n.maximum)+" huruf"},inputTooShort:function(n){return"Masukkan "+(n.minimum-n.input.length)+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(n){return"Anda hanya dapat memilih "+n.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Hapus semua item"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tk.7c572a68c78f.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/tk",[],function(){return{errorLoading:function(){return"Netije ýüklenmedi."},inputTooLong:function(e){return e.input.length-e.maximum+" harp bozuň."},inputTooShort:function(e){return"Ýene-de iň az "+(e.minimum-e.input.length)+" harp ýazyň."},loadingMore:function(){return"Köpräk netije görkezilýär…"},maximumSelected:function(e){return"Diňe "+e.maximum+" sanysyny saýlaň."},noResults:function(){return"Netije tapylmady."},searching:function(){return"Gözlenýär…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/tr",[],function(){return{errorLoading:function(){return"Sonuç yüklenemedi"},inputTooLong:function(n){return n.input.length-n.maximum+" karakter daha girmelisiniz"},inputTooShort:function(n){return"En az "+(n.minimum-n.input.length)+" karakter daha girmelisiniz"},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(n){return"Sadece "+n.maximum+" seçim yapabilirsiniz"},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"},removeAllItems:function(){return"Tüm öğeleri kaldır"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/ar.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(n){return"الرجاء حذف "+(n.input.length-n.maximum)+" عناصر"},inputTooShort:function(n){return"الرجاء إضافة "+(n.minimum-n.input.length)+" عناصر"},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(n){return"تستطيع إختيار "+n.maximum+" بنود فقط"},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"},removeAllItems:function(){return"قم بإزالة كل العناصر"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/th.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/th",[],function(){return{errorLoading:function(){return"ไม่สามารถค้นข้อมูลได้"},inputTooLong:function(n){return"โปรดลบออก "+(n.input.length-n.maximum)+" ตัวอักษร"},inputTooShort:function(n){return"โปรดพิมพ์เพิ่มอีก "+(n.minimum-n.input.length)+" ตัวอักษร"},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(n){return"คุณสามารถเลือกได้ไม่เกิน "+n.maximum+" รายการ"},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"},removeAllItems:function(){return"ลบรายการทั้งหมด"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- 1 | [tool.poetry] 2 | name = "django_htmx_components" 3 | version = "0.1.0" 4 | description = "" 5 | authors = ["Dylan Castillo "] 6 | packages = [ 7 | {include = "src"} 8 | ] 9 | 10 | [tool.poetry.dependencies] 11 | python = "^3.10" 12 | Django = "^5.0.1" 13 | django-htmx = "^1.17.2" 14 | WebTest = "^3.0.0" 15 | django-environ = "^0.11.2" 16 | whitenoise = "^6.6.0" 17 | redis = "^5.0.1" 18 | gunicorn = "^21.2.0" 19 | django-components = "^0.67" 20 | 21 | [tool.poetry.group.dev.dependencies] 22 | black = "^23.7.0" 23 | mypy = "^1.4.1" 24 | ruff = "^0.0.282" 25 | notebook = "^7.0.2" 26 | types-requests = "^2.31.0.3" 27 | djlint = "^1.34.0" 28 | flake8 = "^7.0.0" 29 | 30 | [build-system] 31 | requires = ["poetry-core>=1.0.0"] 32 | build-backend = "poetry.core.masonry.api" 33 | -------------------------------------------------------------------------------- /src/config/wsgi.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | from django.core.wsgi import get_wsgi_application 4 | from django.db.backends.signals import connection_created 5 | from django.dispatch import receiver 6 | 7 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings") 8 | 9 | application = get_wsgi_application() 10 | 11 | 12 | @receiver(connection_created) 13 | def setup_sqlite(connection, **kwargs): 14 | if connection.vendor != "sqlite": 15 | return 16 | 17 | with connection.cursor() as cursor: 18 | cursor.execute("pragma journal_mode = WAL;") 19 | cursor.execute("pragma synchronous = NORMAL;") 20 | cursor.execute("PRAGMA busy_timeout = 10000;") 21 | cursor.execute("pragma temp_store = memory;") 22 | cursor.execute("pragma mmap_size = 256000000;") 23 | -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/nb.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){return"Vennligst fjern "+(e.input.length-e.maximum)+" tegn"},inputTooShort:function(e){return"Vennligst skriv inn "+(e.minimum-e.input.length)+" tegn til"},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"},removeAllItems:function(){return"Fjern alle elementer"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/tr.b5a0643d1545.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/tr",[],function(){return{errorLoading:function(){return"Sonuç yüklenemedi"},inputTooLong:function(n){return n.input.length-n.maximum+" karakter daha girmelisiniz"},inputTooShort:function(n){return"En az "+(n.minimum-n.input.length)+" karakter daha girmelisiniz"},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(n){return"Sadece "+n.maximum+" seçim yapabilirsiniz"},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"},removeAllItems:function(){return"Tüm öğeleri kaldır"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/id.04debded514d.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(n){return"Hapuskan "+(n.input.length-n.maximum)+" huruf"},inputTooShort:function(n){return"Masukkan "+(n.minimum-n.input.length)+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(n){return"Anda hanya dapat memilih "+n.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Hapus semua item"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/km.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(n){return"សូមលុបចេញ "+(n.input.length-n.maximum)+" អក្សរ"},inputTooShort:function(n){return"សូមបញ្ចូល"+(n.minimum-n.input.length)+" អក្សរ រឺ ច្រើនជាងនេះ"},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(n){return"អ្នកអាចជ្រើសរើសបានតែ "+n.maximum+" ជម្រើសប៉ុណ្ណោះ"},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."},removeAllItems:function(){return"លុបធាតុទាំងអស់"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /src/staticfiles/admin/js/vendor/select2/i18n/sv.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(n){return"Vänligen sudda ut "+(n.input.length-n.maximum)+" tecken"},inputTooShort:function(n){return"Vänligen skriv in "+(n.minimum-n.input.length)+" eller fler tecken"},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(n){return"Du kan max välja "+n.maximum+" element"},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"},removeAllItems:function(){return"Ta bort alla objekt"}}}),n.define,n.require}(); --------------------------------------------------------------------------------