##// END OF EJS Templates
Export and Send buttons added to templates...
Export and Send buttons added to templates git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@29 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r6:88585742ef2d
r15:78ae9462c516
Show More
models.py
9 lines | 205 B | text/x-python | PythonLexer
from django.db import models
from apps.main.models import Configuration
# Create your models here.
class ABSConfiguration(Configuration):
class Meta:
db_table = 'abs_configurations'