aboutsummaryrefslogtreecommitdiffstats
path: root/uv.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* first attempt - broken Docker implentationMatthew Lemon2 days1-26/+0
|
* Adds isort as dev depenedencyMatthew Lemon3 days1-2/+13
|
* removes old python-dotenv packageMatthew Lemon5 days1-11/+0
|
* Major refactoring and removal of junkMatthew Lemon7 days1-304/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes significant refactoring, cleanup, and updates across various components of the Django project. The following changes were made: - **Database Migration Updates:** - Removed unnecessary migrations in the `alphabetlearning.contrib.sites` and `alphabetlearning.payments` apps, consolidating them into cleaner initial migration files. - Altered the `Site` model in `alphabetlearning.contrib.sites` to streamline its fields and default settings. - Introduced new models in `alphabetlearning.payments` related to email signups and verification, reflecting a shift in focus and better alignment with current business logic. - **Django Settings Changes:** - Updated the database settings to use SQLite for local development, while commenting out production-specific configurations. - Managed third-party dependencies within `requirements.txt` and `pyproject.toml`, ensuring alignment with the latest Django version (5.1.4) and removing obsolete dependencies (e.g., `celery`, `django-celery-beat`, `flower`, etc.). - **Docker and Compose Clean-up:** - Removed old Dockerfiles and unnecessary services from the `docker-compose` configuration, streamlining the local and production setups. - Updated the Dockerfile configuration for local development, focusing on essential services only. - **General Code Clean-up:** - Removed unused tasks, views, tests, and files related to the Celery and Redis frameworks. - Cleaned up various model definitions and their related migrations for consistency and clarity. - **Documentation and Comments:** - Updated comments and code documentation where necessary to reflect the changes made during this cleanup process. This major refactor aims to enhance project maintainability and streamline the development experience while preparing for future feature expansions and improvements.
* wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon2024-12-091-0/+14
|
* wip: working on ratelimit - not quite working in the browserMatthew Lemon2024-12-081-0/+11
|
* Update Stripe and include the API keyMatthew Lemon2024-10-171-100/+100
|
* Fixes Docker filesMatthew Lemon2024-09-121-0/+14
|
* Cleaning up with ruff, typechecking, etc.Matthew Lemon2024-09-111-21/+99
| | | | | I am enabling lots of capability in neovim which is resulting in all this. Don't be scared.
* Shift to uv for dependencies and virtualenv buildingMatthew Lemon2024-09-111-0/+1310