nathaniel smith 9f5f47cd46 fix structure
2016-11-19 21:34:38 -08:00

6 lines
85 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'