blob: 8a9a324c349cd97ceb3a04f484d20a1bde525137 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 02 b6 00 00 01 9b 08 02 00 00 00 be bb 44 | .PNG........IHDR...............D |
0020 | ce 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 | .....sRGB.........gAMA......a... |
0040 | 00 09 70 48 59 73 00 00 12 74 00 00 12 74 01 de 66 1f 78 00 00 cf e9 49 44 41 54 78 5e ec 9d 07 | ..pHYs...t...t..f.x##############################################################################
# Copyright (c) 2016 Max Breitenfeldt and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
from django.apps import AppConfig
class ResourcesConfig(AppConfig):
name = 'hwresource'
|