django-cms plugin and apphook for the django-frequently app.
Project description
django-cms plugin and apphook for the django-frequently app.
Installation
To get the latest stable release from PyPi
pip install cmsplugin-frequently
To get the latest commit from GitHub
pip install -e git+git://github.com/bitmazk/cmsplugin-frequently.git#egg=cmsplugin_frequently
TODO: Describe further installation steps (edit / remove the examples below):
Add cmsplugin_frequently to your INSTALLED_APPS
INSTALLED_APPS = (
...,
'cmsplugin_frequently',
)
If you are a new user, migrate your database. If you used django-frequently<2.0 before, skip this step and follow the steps below.
./manage.py migrate cmsplugin_frequently
Migration from django-frequently < 1.0
This app was actually a part of django-frequently. At some point we had to get rid of django-cms dependencies in that app, so we carved out all django-cms relevant parts and put them into this cmsplugin app.
If you were using django-frequently<1.0 please make sure that you follow these instructions very closely:
Update to django-frequently<1.0 and run the migrations to make sure that your DB is at the latest version of the old frequently app
Update the django-frequently to the latest version and install cmsplugin-frequently like described above
Add cmsplugin_frequently to your INSTALLED_APPS
Run the first migration via ./manage.py migrate cmsplugin_frequently 0001 --delete-ghost-migrations
Migrate your old plugins to this new app via ./manage.py migrate_to_frequently_v1
Step 5 deletes your migrations for django-frequently from south_migrationhistory because for version 1 we have reset the South mirations. To get back to the latest migration, do the following:
./manage.py migrate frequently 0001 --fake ./manage.py migrate frequently ./manage.py migrate cmsplugin_frequently
Usage
Just login to the Pages admin and place the plugin whereever you would like to render a cateogry of the frequently app.
IMPORTANT: Make sure to include the js file in the cms template:
<script type="text/javascript" src="{{ STATIC_URL }}frequently/js/frequently.js"></script>
Contribute
If you want to contribute to this project, please perform the following steps
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 cmsplugin-frequently
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
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 cmsplugin-frequently-0.2.tar.gz
.
File metadata
- Download URL: cmsplugin-frequently-0.2.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216f4679bef67cdcce8dabbe2be8c1836bb200493acfba34bc1c692722cb87fc |
|
MD5 | 04c5ee2453f2927ff336e07d039ff022 |
|
BLAKE2b-256 | bc550fb0b8431f599881c0ac7668daae4c107afa5ca47a5dd30c3e51cd504156 |