# djangocms-fullslider
Full page slider plugin for Django CMS
djangocms-fullslider uses [Vegas Background Slider](https://vegas.jaysalvat.com/)([MIT License](https://github.com/jaysalvat/vegas/blob/master/LICENSE.md)) inside.
## How to use pugin
1. Install through pip:
```bash
pip install djangocms-fullslider
```
2. Add `djangocms_fullslider` to your `INSTALLED_APPS` setting
3. Enjoy Fullpage Slider in placeholder
Plugin settings description could be found at [Vegas settings documentation](http://vegas.jaysalvat.com/documentation/settings/)
## Customize css and js locations
You can declare `FULLSLIDER` variable in your django settings with following optional fields:
* `JS_URL` - specify URL to custom Vegas JS file. By default value is `STATIC_URL + 'djangocms_fullslider/js/vegas.min.js'`
* `CSS_URL` - specify URL to custom Vegas CSS file. By default value is `STATIC_URL + 'djangocms_fullslider/css/vegas.min.css'`
So, your final config could looks like:
```python
FULLSLIDER = {
"JS_URL": "<URL TO YOUR CUSTOM VEGAS JS>",
"CSS_URL": "<URL TO YOUR CUSTOM VEGAS CSS>"
}
```
## Development procedures
Ensure that all python sources contain license notice:
```bash
./development/copyright-update
```
Building distribution package:
```bash
./build.sh clean build
```
Uploading package to PyPi:
```bash
./build.sh publish
```
Full page slider plugin for Django CMS
djangocms-fullslider uses [Vegas Background Slider](https://vegas.jaysalvat.com/)([MIT License](https://github.com/jaysalvat/vegas/blob/master/LICENSE.md)) inside.
## How to use pugin
1. Install through pip:
```bash
pip install djangocms-fullslider
```
2. Add `djangocms_fullslider` to your `INSTALLED_APPS` setting
3. Enjoy Fullpage Slider in placeholder
Plugin settings description could be found at [Vegas settings documentation](http://vegas.jaysalvat.com/documentation/settings/)
## Customize css and js locations
You can declare `FULLSLIDER` variable in your django settings with following optional fields:
* `JS_URL` - specify URL to custom Vegas JS file. By default value is `STATIC_URL + 'djangocms_fullslider/js/vegas.min.js'`
* `CSS_URL` - specify URL to custom Vegas CSS file. By default value is `STATIC_URL + 'djangocms_fullslider/css/vegas.min.css'`
So, your final config could looks like:
```python
FULLSLIDER = {
"JS_URL": "<URL TO YOUR CUSTOM VEGAS JS>",
"CSS_URL": "<URL TO YOUR CUSTOM VEGAS CSS>"
}
```
## Development procedures
Ensure that all python sources contain license notice:
```bash
./development/copyright-update
```
Building distribution package:
```bash
./build.sh clean build
```
Uploading package to PyPi:
```bash
./build.sh publish
```
Release files for djangocms-fullslider 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djangocms-fullslider-1.0.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djangocms_fullslider-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.1 kB
Release files / djangocms-fullslider-1.0.0.tar.gz
| Download URL | djangocms-fullslider-1.0.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
179675e69053b932ed07a7d741c5b84905ae9112f7e430708bbbca5a9bdeaf7f
|
|
BLAKE2b-256 checksum How to use checksums |
263e6dd47c1abfde78d55ab9b711d6aef9499dc3ad175a8e8e2111a85b1ec2ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / djangocms_fullslider-1.0.0-py3-none-any.whl
| Download URL | djangocms_fullslider-1.0.0-py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c1a4b05c65cb9ac870560bd4e2d22050a65fe3787e87c7d2012a0e215a220e17
|
|
BLAKE2b-256 checksum How to use checksums |
786de4025536402691ab8245847fe8449b83c39ec05b0be8212883159f6df78b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |