Add live slide viewing capabilities to your own website built on Django CMS
Project description
djangocms-pathomation
Add live slide viewing capabilities to your own website built on Django CMS
HOW TO INSTALL
Django CMS not installed yet? Take a look at the official documentation: (https://docs.django-cms.org/en/release-3.4.x/introduction/install.html)
-
Install our package
pip install djangocms-pathomation
-
Get the plugin code (this will create a folder "plugin" in the location where you are currently located with your terminal)
pip install --no-deps djangocms-pathomation -t plugin
-
Go to your current location folder and open the folder "plugin". Inside, copy the folder "pathomation" into directory of your django-cms project where settings.py is also located.
-
Open settings.py (located inside the folder with the name of your website/project) with an editor and add "pathomation" to INSTALLED_APPS
INSTALLED_APPS = ['pathomation',]
-
Navigate
cd
with your terminal into your django-cms project where manage.py is located and run the following command:Python manage.py makemigrations
-
Finally, run the following command:
Python manage.py migrate
-
Done! You can start the server again with the following command:
Python manage.py runserver
QUICK START
-
Inside Django CMS, navigate to the admin page by adding
/admin
to the end of your site's URLwww.example.com/admin/
-
Inside the Django administration, navigate to Pathomation -> Settings -> +add -> My Pathomation connection settings and fill in your credentials and save.
-
To make sure your credentials are correct: Test the connection, by clicking on the Test connection button.
-
Go to a page where you want to create a new post, toggle the structure by clicking on the icon on the top right.
-
Click on the "+" sign to add a new content and select Pathomation slide
-
Select the slide that you want to display and click on save.
-
To see the result, click on publish page changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms-pathomation-1.5.51.tar.gz
.
File metadata
- Download URL: djangocms-pathomation-1.5.51.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580ef3e2e7b27955b7a7a79657ee5b1af4dacb8ffe94fd72a2ab739481748af4 |
|
MD5 | 1bcd2264f05d886f3d69e0704aee21e3 |
|
BLAKE2b-256 | 8bccb6b657080d59279855b33529a45faca8d50f7d0eb5a4a86ca45ebf4464b2 |