Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

Flyttet fileformat.py til web/library.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2011-03-05 20:47:58 +00:00
parent 1476dcfc4b
commit 2420bb2ec1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from django.db import models
import fileformat
import web.library.fileformat
book_fields = [('title' , 'Title'), ('isbn' , 'ISBN'), ('id.id' , 'Identifier'),
('subtitle' , 'Subtitle'), ('category' , 'Category'), ('publisher' , 'Publisher'),