Skip to content

Commit

Permalink
Merge pull request #67 from NIAEFEUP/fix-2023-update
Browse files Browse the repository at this point in the history
fix: updated to recent year
  • Loading branch information
SergioEstevao11 authored Aug 29, 2023
2 parents 17fd64a + 0b70d9d commit bd712e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion django/university/cache/statistics_cache.json

This file was deleted.

2 changes: 1 addition & 1 deletion django/university/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Initialization of statistics.
"""

DEFAULT_YEAR = 2022
DEFAULT_YEAR = 2023
statistics(Course.objects.filter(year=DEFAULT_YEAR).values(), DEFAULT_YEAR)

def get_field(value):
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
- 3306:3306
ulimits:
nofile:
soft: "262144"
hard: "262144"
soft: 262144
hard: 262144

phpmyadmin:
image: phpmyadmin:5.1.1-apache
Expand Down

0 comments on commit bd712e6

Please sign in to comment.