{"id":26878868,"url":"https://github.com/logicify/djangocms-fullslider","last_synced_at":"2025-03-31T12:30:03.613Z","repository":{"id":57419356,"uuid":"99815620","full_name":"Logicify/djangocms-fullslider","owner":"Logicify","description":"FullSlider plugin for Django CMS","archived":false,"fork":false,"pushed_at":"2018-04-11T13:01:41.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T05:46:58.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Logicify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-09T14:09:19.000Z","updated_at":"2018-04-11T13:01:43.000Z","dependencies_parsed_at":"2022-09-13T15:27:03.191Z","dependency_job_id":null,"html_url":"https://github.com/Logicify/djangocms-fullslider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logicify%2Fdjangocms-fullslider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logicify%2Fdjangocms-fullslider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logicify%2Fdjangocms-fullslider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logicify%2Fdjangocms-fullslider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Logicify","download_url":"https://codeload.github.com/Logicify/djangocms-fullslider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246468616,"owners_count":20782538,"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":"2025-03-31T12:30:02.171Z","updated_at":"2025-03-31T12:30:03.607Z","avatar_url":"https://github.com/Logicify.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# djangocms-fullslider\n\nFull page slider plugin for Django CMS\n\ndjangocms-fullslider uses [Vegas Background Slider](https://vegas.jaysalvat.com/)([MIT License](https://github.com/jaysalvat/vegas/blob/master/LICENSE.md)) inside.\n\n## How to use pugin\n\n1. Install through pip:\n\n```bash\npip install djangocms-fullslider\n```\n\n2. Add `djangocms_fullslider` to your `INSTALLED_APPS` setting\n\n3. Enjoy Fullpage Slider in placeholder\n\nPlugin settings description could be found at [Vegas settings documentation](http://vegas.jaysalvat.com/documentation/settings/)\n\n\n## Customize css and js locations\n\nYou can declare `FULLSLIDER` variable in your django settings with following optional fields:\n\n* `JS_URL` - specify URL to custom Vegas JS file. By default value is `STATIC_URL + 'djangocms_fullslider/js/vegas.min.js'`\n\n* `CSS_URL` - specify URL to custom Vegas CSS file. By default value is `STATIC_URL + 'djangocms_fullslider/css/vegas.min.css'`\n\nSo, your final config could looks like:\n\n```python\nFULLSLIDER = {\n    \"JS_URL\": \"\u003cURL TO YOUR CUSTOM VEGAS JS\u003e\",\n    \"CSS_URL\": \"\u003cURL TO YOUR CUSTOM VEGAS CSS\u003e\"\n}\n```\n\n## Development procedures\n\nEnsure that all python sources contain license notice:\n\n```bash\n./development/copyright-update\n```\n\nBuilding distribution package:\n\n```bash\n./build.sh clean build\n```\n\nUploading package to PyPi:\n\n```bash\n./build.sh publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicify%2Fdjangocms-fullslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicify%2Fdjangocms-fullslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicify%2Fdjangocms-fullslider/lists"}