mirror of
https://github.com/nikdoof/limetime.git
synced 2025-12-17 20:59:25 +00:00
Initial import of codebase
This commit is contained in:
8
app/timer/admin.py
Normal file
8
app/timer/admin.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.contrib import admin
|
||||
from timer.models import Timer
|
||||
|
||||
|
||||
class TimerAdmin(admin.ModelAdmin):
|
||||
readonly_fields = ['location']
|
||||
|
||||
admin.site.register(Timer, admin.ModelAdmin)
|
||||
Reference in New Issue
Block a user