Anthias
Anthias copied to clipboard
Migrate database to use Django ORM.
Overview
- Depends on #558.
- Database manipulation is currently handled using the
sqlite3
Python library. - The database should be migrated to use the Django ORM.