If you can't find it then search the server where the application is/was running. It's likely a module that the previous developer wrote themselves. It's even possible that you have it already in the codebase, but that you'll have to edit your PYTHONPATH setting so Python will import it.
If all else fails, grep (or ack) your code and find any place it's used. You may be able to remove or replace the functionality if it's unused, optional, or trivial. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.