Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdoermann/django-limbo
A bunch of django libraries that hang in limbo...
https://github.com/gdoermann/django-limbo
Last synced: about 2 months ago
JSON representation
A bunch of django libraries that hang in limbo...
- Host: GitHub
- URL: https://github.com/gdoermann/django-limbo
- Owner: gdoermann
- License: mit
- Created: 2011-06-23T04:22:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T06:26:13.000Z (almost 13 years ago)
- Last Synced: 2023-07-26T17:30:00.620Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Django Limbo
This is a library of django tools that are used to extend default django functionality.To install:
1. Run python setup.py
2. Add limbo and any of the limbo apps to settings.py INSTALLED_APPS
3. Add to urls.py
Add to your url root url conf at a url like this:
(r'^util/', include('limbo.urls', namespace='limbo'))Note: The namespace is important!
Limbo does not have any models at this time that are not abstract.
I pulled logic from / altered / included the following apps:
limb.apps.breadcrumbs is an improved http://code.google.com/p/django-breadcrumbs by Felipe Prenholato
compiler.jar is the google js compiler Closure: http://code.google.com/closure/compiler/
css_util.py is by Andy Hochhaus