Set up members app with initial structure and registered it in settings
This commit is contained in:
5
members/apps.py
Normal file
5
members/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MembersConfig(AppConfig):
|
||||
name = "members"
|
||||
Reference in New Issue
Block a user