suchwow/memes/apps.py
2020-07-14 01:04:58 -07:00

5 lines
85 B
Python

from django.apps import AppConfig
class MemesConfig(AppConfig):
name = 'memes'