Vyrobena kostra pro korektury.
This commit is contained in:
parent
ea99212e80
commit
4a228f5ba7
6 changed files with 12 additions and 0 deletions
0
korektury/__init__.py
Normal file
0
korektury/__init__.py
Normal file
3
korektury/admin.py
Normal file
3
korektury/admin.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.contrib import admin
|
||||||
|
|
||||||
|
# Register your models here.
|
0
korektury/migrations/__init__.py
Normal file
0
korektury/migrations/__init__.py
Normal file
3
korektury/models.py
Normal file
3
korektury/models.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.db import models
|
||||||
|
|
||||||
|
# Create your models here.
|
3
korektury/tests.py
Normal file
3
korektury/tests.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
# Create your tests here.
|
3
korektury/views.py
Normal file
3
korektury/views.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.shortcuts import render
|
||||||
|
|
||||||
|
# Create your views here.
|
Loading…
Reference in a new issue