Created VslDest model with fields for ID, name, creation date, and update date. Added VslConfig to settings.py. Configured admin interface for VslDest. Initialized migrations for VslDest model. Included basic test and view files for future development.
4 lines
63 B
Python
4 lines
63 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|