Changes between Version 35 and Version 36 of IrcFAQ


Ignore:
Timestamp:
Apr 29, 2007, 7:54:14 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v35 v36  
    120120  * in your project `settings.py`, the application where the `templatetags` directory is contained is in `INSTALLED_APPS`
    121121  * each filter or tag in your library is decorated correctly (see docs)
     122  * neither your library nor anything it imports raises any exceptions (for example, if your library tries to import something that's not installed, and so raises an `ImportError`, that will prevent Django from seeing it)
Back to Top