Fix template names
[tickle] / tickle / apps.py
1 from django.apps import AppConfig
2
3
4 class TickleConfig(AppConfig):
5     name = 'tickle'