Skip to content

Commit

Permalink
Add django extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
suecarmol committed Dec 4, 2024
1 parent c8567b3 commit 782cad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extlinks/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"extlinks.programs",
"django_cron",
"extlinks.aggregates",
"django_extensions"
]

# Fixing django_cron migration warning
Expand Down
1 change: 1 addition & 0 deletions requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Django>=4.2.7,<5.0.0
django_cron==0.6.0
django_extensions==3.2.3
factory_boy>=3.0.1
faker==26.0.0
mysqlclient==2.2.4
Expand Down

0 comments on commit 782cad2

Please sign in to comment.