Skip to content

Commit

Permalink
Merge pull request #206 from praekeltfoundation/feature-turn-alerts
Browse files Browse the repository at this point in the history
Add turnsecret member model to django admin
  • Loading branch information
DevChima authored Jan 23, 2025
2 parents 245990c + 721bdb5 commit 25bd695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turn_alerts/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.contrib import admin

from .models import TurnActions
from .models import TurnActions, TurnSecret

admin.site.register(TurnActions)
admin.site.register(TurnSecret)

0 comments on commit 25bd695

Please sign in to comment.