Last change
on this file since 75ea229 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
|
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.