mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 08:35:41 +01: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'
|