Skip to content

Commit

Permalink
dj 5 troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Jan 25, 2025
1 parent 7cfca34 commit 470d9ef
Show file tree
Hide file tree
Showing 63 changed files with 546 additions and 1,705 deletions.
8 changes: 2 additions & 6 deletions docs/_hooks/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ def on_pre_build(config: MkDocsConfig) -> None:
pass


def on_page_markdown(
markdown: str, page: Page, config: MkDocsConfig, files: Files
) -> None:
def on_page_markdown(markdown: str, page: Page, config: MkDocsConfig, files: Files) -> None:
pass


def on_page_context(
context: TemplateContext, nav: Navigation, page: Page, config: MkDocsConfig
) -> None:
def on_page_context(context: TemplateContext, nav: Navigation, page: Page, config: MkDocsConfig) -> None:
context["build_date"] = datetime.now().strftime("%a, %d, %b %Y - %H:%M")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"django-strategy-field",
"django-sysinfo",
"django-tinymce",
"django<5.1",
"django",
"djangorestframework",
"djangorestframework-datatables",
"htmlmin",
Expand Down
10 changes: 0 additions & 10 deletions src/aurora/core/migrations/0001_initial.py

This file was deleted.

Large diffs are not rendered by default.

199 changes: 0 additions & 199 deletions src/aurora/core/migrations/0002_initial.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/aurora/core/migrations/0003_customfieldtype_base_type.py

This file was deleted.

39 changes: 0 additions & 39 deletions src/aurora/core/migrations/0004_auto_20220308_1056.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/aurora/core/migrations/0005_remove_customfieldtype_clean.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/aurora/core/migrations/0006_flexform_base_type.py

This file was deleted.

39 changes: 0 additions & 39 deletions src/aurora/core/migrations/0007_auto_20220308_2049.py

This file was deleted.

Loading

0 comments on commit 470d9ef

Please sign in to comment.