Bulk import students, bulk change course
This commit is contained in:
@@ -3,7 +3,3 @@ from django.apps import AppConfig
|
||||
class FlightslotConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'flightslot'
|
||||
|
||||
def ready(self):
|
||||
# Import only when application is ready otherwise signals will not be called
|
||||
from . import signals
|
||||
Reference in New Issue
Block a user