##// END OF EJS Templates
Configuration model changed: status and date fields were replaced by type and created fields....
Configuration model changed: status and date fields were replaced by type and created fields. git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@35 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r6:88585742ef2d
r21:484383ce85e5
Show More
admin.py
6 lines | 141 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import JARSConfiguration
# Register your models here.
admin.site.register(JARSConfiguration)