DIMMiN Notes
My working notes related to the development of dimmin.com.
2023-12-14
Streamed today, set up Django Routes and showed people how to contribute on GitHub.
Read more2023-12-12
- Established usable Django Models for the Fighters App that included cosmetics and fighter stats
- Added these models to the app
- Switched fighter stats to a JSON object type storage so that it only needs to access the db once to get all of the fighter's stats
2023-12-10
- Established an IAM User on AWS that has full access to S3
- Started configuring
hithub/settings.py
to include a place for media storage
2023-12-09
- Uninstalled Inkscape, Anaconda, and previous version of Python (Was 3.10 now is 3.11)
- Added Static Files support to the HitHub App
- Updated DIMMiN App to latest version of Python as well
- Added the
Debug
option to the Environment Variables - Added the propper Django Routes, Django Views, and Django Templates to the HitHub App to allow for other developers to start building the Frontend.
- Merged the Staging and Production branches so we're back to two up to date branches -
main
anddev
.
2023-12-04
- Successfully implemented Docker and completed chapter 2 of Django For Professionals
2023-12-03
- Learned that Celery Beat schedulers need Celery Workers to execute their commands
- Added midnight resets per user via Celery
- Started to learn about Docker
2023-12-02
- Updated Taskmaster App Static Files
- Also found source of frequent staticfile issues
- Added Celery Beats to schedule asynchronous tasks