Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

right entries in dashboard starts please #61

Open
tnajun opened this issue Jun 1, 2023 · 3 comments
Open

right entries in dashboard starts please #61

tnajun opened this issue Jun 1, 2023 · 3 comments

Comments

@tnajun
Copy link

tnajun commented Jun 1, 2023

I am trying to add Dashboard stats and testing several models but none of them works. I cannot figure out which box is for which. If yours works correctly, your model and entries in dashboard starts will be helpful.

スクリーンショット 2023-06-01 164701

class Example1(models.Model):
    name = models.CharField(max_length=100)
    quantity = models.IntegerField()
    price = models.IntegerField()
    created_at = models.DateTimeField(default=timezone.now)

    def __str__(self):
        return self.name
@PetrDlouhy
Copy link
Owner

It couldn't find the app named test. What is the Django app in which your model Example1 is placed?

Here is my configuration for inspiration:
Snímek obrazovky_2023-06-01_11-16-50

@tnajun
Copy link
Author

tnajun commented Jun 1, 2023

Thank you so much. This is very useful. I could add dashboard stats. And 'No charts available, please configure them' appear on the left. How do I add charts or omit the word.

スクリーンショット 2023-06-01 194440

Note Jazzmin is installed.

@PetrDlouhy
Copy link
Owner

I don't use Jazzmin, so it is not yet supported, but might be fixed by #72.
I would gladly pull that PR when all issues are resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants