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
60 B
Python
4 lines
60 B
Python
from django.test import TestCase
|
|
|
|
# Create your tests here.
|