Skip to content

Commit

Permalink
Merge pull request #406 from suecarmol/suecarmol/add-django-extensions
Browse files Browse the repository at this point in the history
Add django extensions
  • Loading branch information
jsnshrmn authored Dec 6, 2024
2 parents f0f989a + 5bb7364 commit 3bcfc19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 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: 0 additions & 1 deletion extlinks/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
if not TESTING:
INSTALLED_APPS += [
"debug_toolbar",
"django_extensions",
]

MIDDLEWARE += [
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
1 change: 0 additions & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-r django.txt
django-debug-toolbar==4.4.6
django_extensions==3.2.3

0 comments on commit 3bcfc19

Please sign in to comment.