Merge pull request 'fix' (#65) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m57s
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m57s
Reviewed-on: #65
This commit is contained in:
@@ -6,7 +6,7 @@ from core.apps.shared.models import RegionModel, DistrictModel, VillageModel
|
||||
@admin.register(RegionModel)
|
||||
class RegionAdmin(admin.ModelAdmin):
|
||||
list_display = ('id', 'name',)
|
||||
search_fields = ('name')
|
||||
search_fields = ('name',)
|
||||
|
||||
|
||||
@admin.register(DistrictModel)
|
||||
|
||||
Reference in New Issue
Block a user