Last change
on this file was 0e077ef, checked in by ManuelTrajcev <manueltrajcev7@…>, 3 weeks ago |
2 views wtih controllers and templates added
|
-
Property mode
set to
100644
|
File size:
220 bytes
|
Rev | Line | |
---|
[d7662b5] | 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.