IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 4 forks source link

[BUG]: Migration Issue for Virtual Expo #144

Closed anirudhprabhakaran3 closed 2 months ago

anirudhprabhakaran3 commented 3 months ago

Is there an existing issue for this?

What happened?

If you try to run migrations for the Virtual Expo, it fails because of dependency issues. The app tries to load data from tables before it can be created, causing the issue. The fault lies in forms.py, in the ReportFilterForm. We need to find a better way for creating the options in this form.

Steps To Reproduce

Run docker compose up --build

What browsers are you seeing the problem on?

Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge

Anything else?

No response