Kije Park

Results 6 comments of Kije Park

- Publisher/create - Publisher/delete - Zone/create - Zone/delete - Advertiser/create - Advertiser/delete - Campaign/create - Campaign/delete - CampaignAssignment/create - CampaignAssignment/delete - Placement/create - Placement/delete

If you need to add feature model deleting then have to delete all related models also. in this tutorial omit delete feature ex: try to delete Publisher > get Zones...

Include reasons why I used these language and frameworks

I just got an idea that implement completed version of adserver in the other repo!!!.. It's just for tutorial so..

Should I stop this repo... or make it more big what do I do..

This is because you're loading Dnd directly from the Next.js page. If you load it with `ssr: false` from the `/components` directory, it'll work fine. Like this. ```js // pages/index.js...