archetype-resources.hello.apps.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of django-example-archetype
Show all versions of django-example-archetype
Creates a new django example
from __future__ import unicode_literals
from django.apps import AppConfig
class HelloConfig(AppConfig):
name = 'hello'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy