You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the way that I'd like to handle this is to run off a sqlite database committed to the repository, even though this isn't a best practice. Given that Django has a built-in admin site that would require us exposing the admin password to the repository, this shouldn't be handled through Django's models. Instead, we want to query sqlite directly.
Actual flag information should be stored in a database, making it easier to add and edit flags.
The text was updated successfully, but these errors were encountered: