diff --git a/proxy/__init__.py b/proxy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/proxy/admin.py b/proxy/admin.py new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/proxy/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/proxy/apps.py b/proxy/apps.py new file mode 100644 index 0000000..c677400 --- /dev/null +++ b/proxy/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class ProxyConfig(AppConfig): + name = "proxy" diff --git a/proxy/migrations/__init__.py b/proxy/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/proxy/models.py b/proxy/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/proxy/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/proxy/templates/proxy/info.html b/proxy/templates/proxy/info.html new file mode 100644 index 0000000..85c8333 --- /dev/null +++ b/proxy/templates/proxy/info.html @@ -0,0 +1,20 @@ +{% extends "base/layout.html" %} + +{% block title %}Proxy Service - TCGKof{% endblock %} + +{% block content %} +
We offer high-quality proxy cards for playtesting purposes.
+This service allows you to test out decks before committing to buying the real cards.
+ +