From a4b050af22d7235393c2d5d78f825975d25456ad Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 20 Aug 2018 14:16:30 +0530 Subject: create app models and register them in admin site Models: - Profile - Slot - Experiment - Board - add create_group method for creating moderator group - create create_group command for creating moderator group - register model in admin site - delete Booking model --- sbhs/management/commands/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sbhs/management/commands/__init__.py (limited to 'sbhs/management/commands/__init__.py') diff --git a/sbhs/management/commands/__init__.py b/sbhs/management/commands/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit