Commit
dd6e8430d8b77f4247405a3645cf76840b6ad416
Merge branch 'refactoring' of https://github.com/amadeusproject/amadeuslms into refactoring
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
| |
1
| +from django.contrib import admin |
| |
2
| + |
| |
3
| +# Register your models here. |
| @@ -0,0 +1,5 @@ |
| @@ -0,0 +1,5 @@ |
| |
1
| +from django.apps import AppConfig |
| |
2
| + |
| |
3
| + |
| |
4
| +class LogConfig(AppConfig): |
| |
5
| + name = 'log' |
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
| |
1
| +from django.db import models |
| |
2
| + |
| |
3
| +# Create your models here. |
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
| |
1
| +from django.test import TestCase |
| |
2
| + |
| |
3
| +# Create your tests here. |
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
| |
1
| +from django.shortcuts import render |
| |
2
| + |
| |
3
| +# Create your views here. |