Top "Django-apps" questions

Django apps are reusable collections of django code that use the ORM layer.

django-object-permissions Vs django-guardian Vs django-authority

I've found 3 row-level permission solutions for Django 1.2+ django-object-permissions django-guardian django-authority Could someone tell if there is any recommended more than …

django django-authentication django-apps django-permissions
How to remove an app from a django projects (and all its tables)

I want to remove an app from a django project. I want to remove the tables of the app the …

python django database-migration django-apps
dynamically loading django apps at runtime

Is it possible to dynamically load Django apps at runtime? Usually, apps are loaded at initialization, using the INSTALLED_APPS …

python django django-settings django-apps
Django app for image crop using a cropping tool

I need an app for crop an image in the client side, I mean, using a cropping tool like Jcrop …

jquery django crop jcrop django-apps
Django Facebook Connect App Recommendation

I want to implement Facebook connect login for my Django site and I've checked the already existing apps. So far, …

django facebook django-apps
what's the best django profile / user settings application around?

I'm looking for a good django app that brings to me basic features like user profile editing password changing save …

django settings preferences django-apps