diff options
author | hardythe1 | 2014-08-25 15:49:38 +0530 |
---|---|---|
committer | hardythe1 | 2014-08-25 15:49:38 +0530 |
commit | 1e8f5598d924591c7e83ba89cc1f48c4dd098e6a (patch) | |
tree | 4cb593989f60c7f5f1e186c77b6db39ce548b666 /tbc/admin.py | |
parent | 60a93ffd5a9aa7abb0a4f09c5de4374b77b2cae8 (diff) | |
download | Python-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.tar.gz Python-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.tar.bz2 Python-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.zip |
added changes to put the AICTE books list
Diffstat (limited to 'tbc/admin.py')
-rw-r--r-- | tbc/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/admin.py b/tbc/admin.py index 9983e27..30b5b34 100644 --- a/tbc/admin.py +++ b/tbc/admin.py @@ -9,3 +9,4 @@ admin.site.register(ScreenShots) admin.site.register(TempBook) admin.site.register(Proposal) admin.site.register(SampleNotebook) +admin.site.register(AicteBook) |