21👍
Use Flask-Admin. Right now it has about 70% of Django features, some really great features, that Django doesn’t support and it extremely flexible as Flask
4👍
You can also check fa.bootstrap – twitter bootstrap integration for pyramid_formalchemy:
http://pypi.python.org/pypi/fa.bootstrap
With pyramid_formalchemy it is now much easier to get admin panel in non django-app.
- Using Node.js with Django and Backbone.js
- Instead of Primary Key Send Different Field in Django REST Framework
- Add functionality to Django FlatPages without changing the original Django App
3👍
- How to use the admin autocomplete field in a custom form?
- Django/Python – Check a date is in current week
2👍
There wasn’t one when I looked, either. But I did start developing one myself. I have a generic data editor working now, although not as far along as the Django one. You’re welcome to fork it.
Mostly found in these files:
http://code.google.com/p/pycopia/source/browse/trunk/storage/pycopia/db/webhelpers.py
http://code.google.com/p/pycopia/source/browse/trunk/storage/pycopia/db/webservice.py
But it does depend on the pycopia web application framework as well. It’s a basic server-side interface now, but I’ve been converting it to a JSON/XHR type RPC interactive interface.
I actually use it, even though it’s not complete.
- Django: model has two ManyToMany relations through intermediate model
- Secure static media access in a Django site
2👍
there is another option called "sqladmin" – https://github.com/aminalaee/sqladmin
1👍
There is a new (WIP) package django-sqlalchemy
:
- ImportError: No module named rest_framework_jwt.views
- How to paginate "Change List" page in Django admin?