Changes between Version 35 and Version 36 of IrcFAQ
- Timestamp:
- Apr 29, 2007, 7:54:14 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v35 v36 120 120 * in your project `settings.py`, the application where the `templatetags` directory is contained is in `INSTALLED_APPS` 121 121 * 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)