Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Example plugin to follow along with blog post

Notifications You must be signed in to change notification settings

imagescape/cmsplugin-auth-content-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmsplugin-auth-content-example

Example django-cms plugin to follow along with the blog post at: https://www.chicagodjango.com/blog/django-cms-plugin-authenticated-user-variations/

Quickstart

Install:

pip install -e git+https://github.com/ImaginaryLandscape/cmsplugin-auth-content-example.git#egg=cmsplugin-auth-content

Add cmsplugin_auth_content to INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'cmsplugin_auth_content',
    ...
]

Migrate:

$ python manage.py migrate

About

Example plugin to follow along with blog post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published