djangocms-admin-style is a module for the Django CMS.It works by replacing the default backend GUI with a cleaner and improved interface.If the provided styles are not suitable for a project, developers can edit the CSS and use the module as a base for...

read more

django-shop-ajax is a Django app that adds some clever AJAX functions for Django SHOP.Installation- Add shop_ajax to your INSTALLED_APPS in your settings.py- On your server run python manage.py collectstatic to collect all app's static filesAlternatively,...

read more

django-shop-multiplecurrencies is a Django app that adds multiple currencies support for django SHOP.Installation- Add shop_multiplecurrencies to your INSTALLED_APPS in your settings.py- Add shop_multiplecurrencies.middleware.MultipleCurrenciesMiddleware...

read more

django-admin-shortcuts is a simple Django app that adds shortcuts to the admin homepage of your Django installation.How do I use it?1. pip install django-admin-shortcuts2. add 'admin_shortcuts' to your INSTALLED_APPS, just before...

read more