Giter Site home page Giter Site logo

Unexpected main page view about sqladmin HOT 6 CLOSED

utikpuhlik avatar utikpuhlik commented on June 11, 2024
Unexpected main page view

from sqladmin.

Comments (6)

utikpuhlik avatar utikpuhlik commented on June 11, 2024 1

Just for info, start a new project helped me to resolve this problem

from sqladmin.

aminalaee avatar aminalaee commented on June 11, 2024

I can't seem to reproduce this, two questions:

  • Are you working on this locally? I can see that CSS files are not loaded properly.
  • And User has no relation to the Product as far as I can see, are you sure you are not adding it in another place to the admin?

from sqladmin.

utikpuhlik avatar utikpuhlik commented on June 11, 2024

Thank you for answer,

  1. Yes, I'm working locally (I have made my repo public) and here's a screenshot from developer's tools:
    image

  2. Yes, no relation to Product. User is adding to admin only here: link

# --------------------------------------------------
#               FastAPI Admin Panel
# --------------------------------------------------
admin = Admin(app, engine)


class UserAdmin(ModelView, model=User):
    column_list = [User.id, User.email]


admin.add_view(UserAdmin)

P.s I would provide some links to files, maybe it will help you
database.py - https://github.com/utikpuhlik/bakery-fastapi/blob/main/app/database.py
migration - https://github.com/utikpuhlik/bakery-fastapi/blob/main/migrations/versions/4a9795c191e4_add_relation.py
user model - https://github.com/utikpuhlik/bakery-fastapi/blob/main/app/api/models/users.py
main.py - https://github.com/utikpuhlik/bakery-fastapi/blob/main/app/main.py#L98

from sqladmin.

aminalaee avatar aminalaee commented on June 11, 2024

I think you need to check the network tab to see why CSS is not loading.
And something looks very strange in your project because <title></title> HTML tag should be Admin, not ProductList maybe https://github.com/utikpuhlik/bakery-fastapi/blob/main/app/main.py#L90 this is messing things up

from sqladmin.

utikpuhlik avatar utikpuhlik commented on June 11, 2024

I've commented line with mounting static files but it has no effect.. I will try to setup a new project and start configure admin as a first component of app, then next modules by one to figure it out. Thanks!
image

from sqladmin.

utikpuhlik avatar utikpuhlik commented on June 11, 2024

So I really don't know what was wrong but after project recreation admin panel works fine. I think stuff relating to jinja2 and static files is responsible for this issue. Nevertheless, thank you for your cooperation!

from sqladmin.

Related Issues (20)

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.