source:
music/tests.py
Last change on this file was 0e077ef, checked in by , 3 weeks ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | from django.test import TestCase |
2 | |
3 | # Create your tests here. |
4 | from django.shortcuts import render |
5 | import os |
6 | import django |
7 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'MuiscOrganizationSystem.settings') |
8 | django.setup() |
9 |
Note:
See TracBrowser
for help on using the repository browser.