Git Product home page Git Product logo

bootstrap-django-admin's People

Contributors

allofthesepeople avatar aobo711 avatar bogdal avatar joshschreuder avatar krzysiekj avatar mredar avatar zhengjintian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-django-admin's Issues

Raw ID field needs love

Hello,

In playing, I came across a couple bugs with the Raw ID field feature:

  1. when clicking on the magnifying glass, the popup window is not properly sized for a class with a Filter bar.

Then, these are little things that Django has not fixed itself, but could still be nice to do..

  1. after selecting the foreign key, the text name next to the hour glass does not change, only the key in the text box does.
  2. the magnifying glass is the same one used in the normal Django admin, and does not really match the Bootstrap UI.

I love what you've done thus far!

PS. I'm new to GitHub, so feel free to give me any feedback!

space?

I needed to add a space after the , at the end of this set up:

os.path.join(os.path.dirname(file), 'templates').replace('','/')

to

os.path.join(os.path.dirname(file), 'templates').replace('', '/')

one tiny space between arguments at replace.()

Cannot change size of text area with formfield_overrides

Hello,

I was trying to change the size of a text area generated by a TextField(). On Stack Overflow, somebody suggested doing this...

formfield_overrides = {
    models.TextField: {'widget': Textarea(attrs={'rows':5, 'cols':40})},
}

It gave me the correct height (rows), but not the correct cols. See the attached picture for what this code gave in both Safari and Firefox. When I used the Safari Inspect Element tool to change the number of cols, it did not budge.

rowcols

I love what you've done with the project thus far!

PS. I'm new to GitHub, so any comments on comment style / etc. would be cool.

login.html template issue

There is wrong url to css in login form template
<link rel="stylesheet" type="text/css" href="/admins/css/login.css" />
but i think it must be
<link rel="stylesheet" type="text/css" href="/static/css/login.css" />

License?

Hey, what is the license for your code?

Recent actions list

There is an else missing in templates/index.html file, and the recent list is not loading. The loop for the admin log has to bee inside that else.

Nice work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.