src/iconolab/apps.py
author durandn
Thu, 18 Aug 2016 10:58:55 +0200
changeset 137 454e39dced1f
parent 22 2c58c2c0d7f6
child 288 9273f1f2c827
permissions -rw-r--r--
Merge with e13fed7f0837208731b2f9b1472fe2284966120d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     1
from django.apps import AppConfig
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     2
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     3
class IconolabApp(AppConfig):
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     4
	name = 'iconolab'
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     5
	verbose_name = 'Iconolab'
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     6
37baf9d13f32 first commit
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents:
diff changeset
     7
	def ready(self):
22
2c58c2c0d7f6 new sharp resizer
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents: 6
diff changeset
     8
		import iconolab.signals.handlers
2c58c2c0d7f6 new sharp resizer
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
parents: 6
diff changeset
     9
		import iconolab.templatetags.iconolab_tags