-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd5ba26
commit f204c3c
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Current State | ||
|
||
* Project has been fully configured from cookiecutter-django using MySQL. | ||
* Deployed to production at [negligentoctopus.pythonanywhere.com](negligentoctopus.pythonanywhere.com). | ||
|
||
Core models are being defined and added to the django-admin interface to be tested. | ||
Account and transactions are implemented with balance as prefix-sum. | ||
|
||
## Update | ||
|
||
|
||
# Today | ||
|
||
* Add testing - Ask ChatGPT for intro to how to test django models | ||
! Remember - requires change to lint in CI/CD for testing to work | ||
|
||
## Work Log | ||
__InProgress__ | ||
|
||
__ToDo__ | ||
* Add testing | ||
|
||
__Done__ | ||
|
||
__Discarded__ | ||
|
||
# To Do |