Profiles 2
Search & Filter
| Package | cmsplugin-image-gallery |
|---|---|
|
Description
|
A plugin for Django-CMS to
display galleries, based on django-filer folders. |
|
Category
|
App |
|
Using This
|
0
|
|
Python 3?
|
No |
|
Dev Status
|
Unknown |
|
Version (PyPI)
|
0.7.2 |
|
Stars
|
23 |
|
Forks
|
25 |
|
Commits
|
|
|
Updated
|
14 May 2026 |
|
License
|
The MIT Lic… |
|
Links
|
|
|
Feature Comparison
(click cells to edit)
|
|
|
Purpose and Scope
|
—
|
|
Docs?
|
—
|
|
Tests?
|
—
|
|
Modularity (pluggability)
|
—
|
|
Code quality
|
—
|
Features Being Compared
Purpose and Scope
Does it just touch profiles or is this blurred by other concepts?
Docs?
* Docs folder? * install instructions?
Tests?
Modularity (pluggability)
* Installation should be minimally invasive to the rest of your project. * Do not confuse pluggability with over-engineering for every generic use case. * Within your app, sub-modularity is great, e.g. different registration backends for django-registration
Code quality
* No weird layout stuff * Code follows PEP-8! * Keeps variables set in settings.py smal? * Easy to plug in, INSTALLED_APPS = ‘foo’ preferred. * Easy to remember name