mirror of
https://github.com/pinry/pinry.git
synced 2026-05-05 19:36:15 +02:00
8 lines
133 B
Python
8 lines
133 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class UsersConfig(AppConfig):
|
|
name = 'users'
|