##// END OF EJS Templates
Update main app (view to mix RC configurations)...
Update main app (view to mix RC configurations) git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@127 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r6:88585742ef2d
r106:039a10d0c909
Show More
admin.py
6 lines | 139 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import DDSConfiguration
# Register your models here.
admin.site.register(DDSConfiguration)