src/iconolab_episteme/apps.py
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 18:18:01 +0200
changeset 30 7b479c7b6861
parent 0 df27f9610c82
permissions -rw-r--r--
change the way images collection files are imported and named. upgrade iconolab dependency and increment version nb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     1
from django.apps import AppConfig
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     2
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     3
class IconolabEpistemeApp(AppConfig):
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     4
    name = 'iconolab_episteme'
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     5
    verbose_name = 'Iconolab-episteme'
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     6
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     7
    # def ready(self):
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     8
    #     import iconolab.templatetags.iconolab_tags