issues Search Results · repo:wilsaj/flask-admin-old language:Python
Filter by
28 results
(75 ms)28 results
inwilsaj/flask-admin-old (press backspace or delete to remove)When the exclude_pks parameter is set to False in datastore.sqlalchemy.SQLAlchemyDatastore the following exception is
thrown:
File (...)python2.7/site-packages/flask_admin/datastore/sqlalchemy.py , ...
tooxie
- Opened on Mar 31, 2012
- #36
Whenever you define a field as primary_key it won t appear in the add/edit form. This behaviour can be modified by
setting the exclude_pks to False on admin.datastore.sqlalchemy.SQLAlchemyDatastore.
This ...
tooxie
- Opened on Mar 31, 2012
- #35
make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.1.3
loading pickled environment... done
Theme error: no theme named flask_small found (missing theme.conf?) make: *** ...
delai
- 1
- Opened on Mar 23, 2012
- #34
This is the output from easy_install flask-admin using flask 0.8
pre Searching for flask-admin Reading http://pypi.python.org/simple/flask-admin/ Reading
https://github.com/wilsaj/flask-admin/ Best match: ...
abshkd
- 4
- Opened on Mar 22, 2012
- #33
wilsaj
- Opened on Mar 12, 2012
- #32
wilsaj
- Opened on Mar 12, 2012
- #31
wilsaj
- Opened on Mar 12, 2012
- #30
suppose there is a column which has a default value 0, like upped = Column(Integer, default=0) in Tweet model. It will
display a column value with ColumnDefault(0) but not 0 in the add new tweet page
delai
- Opened on Mar 7, 2012
- #28
It looks like we can not add/edit a REAL article(with style and photos) by flask-admin right now. Is it possible to fork
it and add those functions?
delai
- 1
- Opened on Mar 5, 2012
- #27
from flask.ext import admin from flask.ext.admin.datastore.sqlalchemy import SQLAlchemyDatastore from
flask.ext.sqlalchemy import SQLAlchemy
i already install flask_admin.
jiangzhx
- 3
- Opened on Feb 29, 2012
- #26

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.