Vyrobena kostra pro korektury.

This commit is contained in:
Tomas 'Jethro' Pokorny 2015-12-01 22:18:28 +01:00
parent ea99212e80
commit 4a228f5ba7
6 changed files with 12 additions and 0 deletions

0
korektury/__init__.py Normal file
View file

3
korektury/admin.py Normal file
View file

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

View file

3
korektury/models.py Normal file
View file

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

3
korektury/tests.py Normal file
View file

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
korektury/views.py Normal file
View file

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.