-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EntryAbstract change content panels may fix the missing markdown_body…
… in puput (#150) * Update to handle AoE for deadlines. * Fakes and mocks are gremlins. (#131) * use CDN * storage key * storage account key * add django debug toolbar * add django-debug-toolbar to requirements * body can be null * migration rollback for home app and re-create 0017 to allow for null body fields in Page models * re-add puput * fix for markdown_body absent in content_panel * django-debug-toolbar to requirements.txt --------- Co-authored-by: Sarah Boyce <[email protected]>
- Loading branch information
1 parent
82857e6
commit a61e794
Showing
3 changed files
with
24 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-r requirements.txt | ||
freezegun | ||
freezegun |
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 |
---|---|---|
|
@@ -12,3 +12,4 @@ python-dotenv | |
puput | ||
urllib3==1.26.6 | ||
django-extensions | ||
django-debug-toolbar |