# If we add new collection in admin , it shows in database, but sameway product does not show

**URL:** https://forum.codewithmosh.com/t/if-we-add-new-collection-in-admin-it-shows-in-database-but-sameway-product-does-not-show/15872
**Category:** Django
**Created:** [October 14, 2022, 5:01pm UTC](https://forum.codewithmosh.com/t/if-we-add-new-collection-in-admin-it-shows-in-database-but-sameway-product-does-not-show/15872 "2022-10-14T17:01:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![anuragjain](https://avatars.discourse-cdn.com/v4/letter/a/e5b9ba/32.png) [@anuragjain](https://forum.codewithmosh.com/u/anuragjain)
#### Post date: [October 14, 2022, 5:01pm UTC](https://forum.codewithmosh.com/t/if-we-add-new-collection-in-admin-it-shows-in-database-but-sameway-product-does-not-show/15872/1 "2022-10-14T17:01:23Z")

</div>

Hello,

While starting part 2 of Django and setting up VScode and mysql workbench and activating admin panel, i noticed that , if we add collection in admin panel and check in mysqlworkbench , new collection name shows.

but if we add a product in admin panel, it is not reflected in mysqlworkbench. ? why so ?
