{"id":20277347,"url":"https://github.com/mathison-ag/django-bootstrap-select","last_synced_at":"2025-10-18T16:02:22.103Z","repository":{"id":12176787,"uuid":"71146399","full_name":"Mathison-AG/django-bootstrap-select","owner":"Mathison-AG","description":"Django Bootstrap Select Widgets","archived":false,"fork":false,"pushed_at":"2024-09-19T14:14:42.000Z","size":70,"stargazers_count":0,"open_issues_count":304,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T06:47:08.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mathison.ch","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mathison-AG.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-17T14:22:14.000Z","updated_at":"2024-09-25T14:39:59.000Z","dependencies_parsed_at":"2023-12-04T18:27:35.890Z","dependency_job_id":"194fbd5f-31ad-4759-a3b0-0e107cf12102","html_url":"https://github.com/Mathison-AG/django-bootstrap-select","commit_stats":null,"previous_names":["mathison-ag/django-bootstrap-select"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathison-AG%2Fdjango-bootstrap-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathison-AG%2Fdjango-bootstrap-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathison-AG%2Fdjango-bootstrap-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathison-AG%2Fdjango-bootstrap-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathison-AG","download_url":"https://codeload.github.com/Mathison-AG/django-bootstrap-select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768282,"owners_count":20017117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T13:18:04.779Z","updated_at":"2025-10-18T16:02:17.061Z","avatar_url":"https://github.com/Mathison-AG.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django Bootstrap Select\n============\n\nDjango Bootstrap Select widgets.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n    pip install django-bootstrap-select\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n    pip install -e git+git://github.com/oesah/django-bootstrap-select.git#egg=django_bootstrap_select\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``django_bootstrap_select`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...,\n        'django_bootstrap_select',\n    )\n\nAdd the ``django_bootstrap_select`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n    urlpatterns = [\n        url(r'^django-bootstrap-select/', include('django_bootstrap_select.urls')),\n    ]\n\nBefore your tags/filters are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load django_bootstrap_select_tags %}\n\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n    ./manage.py migrate django_bootstrap_select\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n    # Fork this repository\n    # Clone your fork\n    mkvirtualenv -p python2.7 django-bootstrap-select\n    make develop\n\n    git co -b feature_branch master\n    # Implement your feature and tests\n    git add . \u0026\u0026 git commit\n    git push -u origin feature_branch\n    # Send us a pull request for your feature branch\n\nIn order to run the tests, simply execute ``tox``. This will install two new\nenvironments (for Django 1.8 and Django 1.9) and run the tests against both\nenvironments.\n\nSponsorship\n-----------\n\nThis project is maintained by `Mathison AG | Mobile \u0026 Web Development \u003chttps://mathison.ch\u003e`_.\n\nUsed by\n-------\n\n* `Stella Gastro | The best Restaurants, Bars and Cafés in Switzerland \u003chttps://stellagastro.ch\u003e`_.\n* `Lancer Express | The Swiss Army Knife for Freelancers \u003chttps://my.lancer.express\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathison-ag%2Fdjango-bootstrap-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathison-ag%2Fdjango-bootstrap-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathison-ag%2Fdjango-bootstrap-select/lists"}