mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 16:45:50 +03:00
[GH-ISSUE #25] Flask-admin version #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @filmackay on GitHub (Jan 25, 2016).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/25
We seem to be using an old flask-admin version, is this intentional? I am finding the admin page looks very strange, and wondering if I am using a vastly newer version - with regressions.
Jeff, what are you on?
@filmackay commented on GitHub (Jan 26, 2016):
I figured out the strange look of my admin interface. I am packaging this with the conda package manager (meta.yaml) - I don't think it supports the
package_data={'sandman2': ['templates/**.html']},format insetup.py- leaving out the/admin/directory. Much nicer now.The only gripe I have with flask-admin now is not displaying any primary keys in the view/edit forms. Also not providing a more sensible default
__unicode__/__str__implementation on the models.@filmackay commented on GitHub (Jan 26, 2016):
Looks like a conda bug. See https://github.com/conda/conda/issues/1993