I have a Python module with two classes:
 - one for crawling and creating the database,
 - and the other for doing full-text searches by querying the SQLite
database.

How can I use this module in Django, to import it or something?
I want to pass on the arguments from the Web form to my module and to
get the processed results back to the client.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to