Hi all;

I have finished most of the official Django tutorial, have started fooling around with my actual project and have realized that I'm not sure how to start. My projects initial objectives are as follows:

Photos of the pages of a document are aggregated into a single pdf file for those who wish to view the original document. An rtf transcript of the document is include for readability and a txt transcript is included for global searches. A metafile is included - part of which will be generated by the program - to facilitate key word searches. I wish to be able to search documents - probably by key word - and then pull up the document set by document key. No changes to the documents will be allowed after they have been loaded into the database. At present, my main objective is to get the documents into the database in retrievable form.

While - with the exception of the metafile - these are static files, we are talking about hundreds of documents. I do not think that storing them as static files will work. They have to be searchable. I assume that I need a model that will set up appropriate fields in the database (postgresql) This is where I stumble. I've looked at the Model.field reference but can't seem to come up with what I need or don't know what I'm looking at. The latter being the most probable.

If someone could point me in the right direction or to documentation that would help; it would be sincerely appreciated.

Gary R.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bd99bc90-e65b-1705-9392-3fac0e316ef3%40verizon.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to