mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Django project, first models
This commit is contained in:
0
src/tixlcontrol/__init__.py
Normal file
0
src/tixlcontrol/__init__.py
Normal file
3
src/tixlcontrol/admin.py
Normal file
3
src/tixlcontrol/admin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
0
src/tixlcontrol/migrations/__init__.py
Normal file
0
src/tixlcontrol/migrations/__init__.py
Normal file
3
src/tixlcontrol/tests.py
Normal file
3
src/tixlcontrol/tests.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
3
src/tixlcontrol/views.py
Normal file
3
src/tixlcontrol/views.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
Reference in New Issue
Block a user