Skip to content

Commit

Permalink
Add processing method #29
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi committed Jan 19, 2024
1 parent 71065e1 commit 84e3b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/climate/admin.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.contrib.gis import admin

from .models import (CfStandardNames, ClimateChangeScenario, ClimateLayer, ClimateModelling, ClimateModellingBase,
ClimatePeriods, ProcessingMethod, ClimateVariable, CoupledModelIntercomparisonProject, GlobalClimateModel,
RegionalClimateModel,)
ClimatePeriods, ClimateVariable, CoupledModelIntercomparisonProject, GlobalClimateModel,
ProcessingMethod, RegionalClimateModel,)


class CfStandardNamesAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit 84e3b1a

Please sign in to comment.