Delete users/apps.py

pull/6/head
Surya 2024-07-24 22:50:03 +02:00
parent 19cb537864
commit 70ca6c2f48
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'
def ready(self):
import users.signals