fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.96k stars 1.89k forks source link

Add model and form to create and edit exhibitors #9128

Open Shivangi-ch opened 5 months ago

Shivangi-ch commented 5 months ago

Fixes #9111

Short description of what this resolves:

Added model and form to create and edit exhibitors

Changes proposed in this pull request:

PS - This PR builds on top of work done in PR #9125. Please merge it before merging this PR.

Checklist

Shivangi-ch commented 5 months ago

@hongquan Could you please review this PR

hongquan commented 5 months ago

Please add only one new migration file per app. Your new "events" app is adding 3 new migrations. It is redundant. Also please format your new code with Ruff.