Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekaputra07/django-sidebar
Dynamic Sidebar creation for Django. Easily create and manage sidebar from Django Admin.
https://github.com/ekaputra07/django-sidebar
Last synced: 5 days ago
JSON representation
Dynamic Sidebar creation for Django. Easily create and manage sidebar from Django Admin.
- Host: GitHub
- URL: https://github.com/ekaputra07/django-sidebar
- Owner: ekaputra07
- License: bsd-3-clause
- Created: 2012-07-24T05:16:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T06:57:17.000Z (almost 12 years ago)
- Last Synced: 2024-12-02T13:44:56.519Z (about 1 month ago)
- Language: Python
- Size: 719 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Django Sidebar
==============Django sidebar is a dynamic sidebar creation for Django.
Easily create and manage sidebar from Django Admin with drag and drop interface and sidebar widget ordering.
Requirement
------------
Django 1.3+Installation
------------
From pypi::$ pip install django-sidebar
or::
$ easy_install django-sidebar
or clone from github::
$ git clone git://github.com/ekaputra07/django-sidebar.git
or::
$ cd django-sidebar
$ sudo python setup.py installUsage
-----
For more detail about the usage, please refer to the Django-sidebar documentation_... _documentation: https://django-sidebar.readthedocs.org/