Profiles 2

4 Packages
5 Features

Search & Filter

No packages found

Try adjusting your search or filter criteria, or add a package to this grid.

Features Being Compared

5 features

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